From 03edeefd073049a77089ff20f33c1b7e33cffed6 Mon Sep 17 00:00:00 2001 From: Alexandre Perez-Lebel Date: Mon, 4 Dec 2023 17:39:52 -0800 Subject: [PATCH] Add package version --- glest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glest/__init__.py b/glest/__init__.py index a94d442..cc4b369 100644 --- a/glest/__init__.py +++ b/glest/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.0" +__version__ = "0.0.1-alpha.0" from .core import GLEstimator, GLEstimatorCV, Partitioner