From 51f9dd484dcd95539566c3b224c2817d71c4210d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 22 Mar 2025 11:19:33 -0400 Subject: [PATCH] pyproject.toml: update to version 0.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.0