From 211bf3df0e782bbea3992bf379070003c12e00ad Mon Sep 17 00:00:00 2001 From: Porimol Chandro Date: Mon, 28 Oct 2024 02:36:55 +0100 Subject: [PATCH] patch --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f31c9e3..1c8df9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,12 @@ [tool.poetry] name = "countryinfo" -version = "1.0.0" +version = "1.0.1" description = "A python module for returning data about countries, ISO info and states/provinces within them." authors = ["Porimol Chandro "] license = "MIT" readme = "README.md" classifiers = [ "Programming Language :: Python", - "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",