diff --git a/pyproject.toml b/pyproject.toml index e84c41bb..2c1a36ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "isocodes" -version = "2023.03.09" +version = "2023.06.13" description = "This project provides lists of various ISO standards (e.g. country, language, language scripts, and currency names) in one place" authors = [{ name = "Atem18", email = "contact@atemlire.io" }] license = { file = "LICENSE" } @@ -26,4 +26,4 @@ doc = ["mkdocs == 1.4.2", "mkdocs-material == 9.1.15", "mkdocstrings == 0.19.1"] test = ["pytest == 7.2.0", "tox == 4.5.1"] -build = ["hatch == 1.7.0"] \ No newline at end of file +build = ["hatch == 1.7.0"]