From 3cb45154e8b689e7c034ecf1a729edadd09c14df Mon Sep 17 00:00:00 2001 From: Atem Serem Date: Tue, 13 Jun 2023 11:58:02 +0200 Subject: [PATCH] Bump to version 2023.06.13 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]