From: Michael Orlitzky Date: Sat, 22 Mar 2025 15:19:33 +0000 (-0400) Subject: pyproject.toml: update to version 0.0.2 X-Git-Tag: 0.0.2 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=951914f86717fb34ef6f9ce1e6f02888f7ad2aa2;p=geoipyupdate.git pyproject.toml: update to version 0.0.2 --- diff --git a/pyproject.toml b/pyproject.toml index 76b1147..96120bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "geoipyupdate" -version = "0.0.1" +version = "0.0.2" description = "Simple python replacement for the MaxMind geoipupdate program" readme = "README.rst" requires-python = ">=3.11"