From aa6c71316916708d3f1a3531c556cff5a584180b Mon Sep 17 00:00:00 2001 From: Kevin Messer Date: Sun, 26 Nov 2023 23:27:39 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 974f3100..741233cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "isocodes" -version = "2023.09.15" +version = "2023.11.26" 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" } @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] dependencies = [] @@ -28,7 +29,12 @@ dev = ["pre-commit == 3.5.0", "ruff == 0.1.6", "mypy == 1.7.0"] doc = ["mkdocs == 1.5.3", "mkdocs-material == 9.4.11", "mkdocstrings == 0.23.0"] -test = ["pytest == 7.4.3", "tox == 4.11.3", "pyinstaller[hook_testing] == 6.2.0", "psutil == 5.9.6"] +test = [ + "pytest == 7.4.3", + "tox == 4.11.3", + "pyinstaller[hook_testing] == 6.2.0", + "psutil == 5.9.6", +] build = ["hatch == 1.7.0"]