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",