From 8013e2a867a3bd7eb64d7affa692cee05b106e69 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 23 Mar 2025 09:30:30 -0400 Subject: [PATCH] pyproject.toml: update version to 0.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.0