]> gitweb.michael.orlitzky.com - geoipyupdate.git/commitdiff
pyproject.toml: use semver for our versioning scheme 0.0.1
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 18 Apr 2024 22:41:14 +0000 (18:41 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 18 Apr 2024 22:41:14 +0000 (18:41 -0400)
pyproject.toml

index e3d41282335b1de7a78e820da19abcc56069e8b6..7d282f2956a4b949ddf66f450d4e214551c290fa 100644 (file)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "geoipyupdate"
-version = "0.1"
+version = "0.0.1"
 description = "Simple python replacement for the MaxMind geoipupdate program"
 readme = "README.rst"
 requires-python = ">=3.11"