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^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=51f9dd484dcd95539566c3b224c2817d71c4210d;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"