From 06e86203b4ec1e567d25abf97140e220ac2dbc45 Mon Sep 17 00:00:00 2001 From: William Kearney Date: Wed, 20 Nov 2024 11:46:07 +0100 Subject: [PATCH] Set version number to 0.0.1 (#84) To avoid committing to semantic versioning at this point, we will start making releases with major number 0. The 0.0.x releases will be used to test our release process and CI infrastructure. Until major version 1 is released, pytopotoolbox should be considered unstable and subject to change. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f799dd..fcd7828 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ [project] name = "topotoolbox" -version = "3.0.1" +version = "0.0.1" authors = [ {name="Wolfgang Schwanghart", email="w.schwanghart@geo.uni-potsdam.de"}, {name="Dirk Scherler", email="scherler@fz-potsdam.de"},