From: Michael Orlitzky Date: Sun, 23 Mar 2025 13:30:30 +0000 (-0400) Subject: pyproject.toml: update version to 0.0.3 X-Git-Tag: 0.0.3 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=93724520a503ef4b246f6502b2d6abbbe6f51041;p=geoipyupdate.git pyproject.toml: update version to 0.0.3 --- diff --git a/pyproject.toml b/pyproject.toml index 5dfb1a3..1a9314a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "geoipyupdate" -version = "0.0.2" +version = "0.0.3" description = "Simple python replacement for the MaxMind geoipupdate program" readme = "README.rst" requires-python = ">=3.11"