From: Michael Orlitzky Date: Thu, 18 Apr 2024 22:41:14 +0000 (-0400) Subject: pyproject.toml: use semver for our versioning scheme X-Git-Tag: 0.0.1^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=fc6ef8cae012743be94d6117f41e347ba9f4155b;p=geoipyupdate.git pyproject.toml: use semver for our versioning scheme --- diff --git a/pyproject.toml b/pyproject.toml index e3d4128..7d282f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"