From 16e73e41714b2d8192c44da046dfa7bea4a71fca Mon Sep 17 00:00:00 2001 From: Seiso Automation Date: Mon, 19 Feb 2024 22:51:44 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202024.02.02=20=E2=86=92=202024?= =?UTF-8?q?.02.03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cookiecutter_python/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cookiecutter_python/__init__.py b/cookiecutter_python/__init__.py index f78b417..f3e280a 100644 --- a/cookiecutter_python/__init__.py +++ b/cookiecutter_python/__init__.py @@ -4,4 +4,4 @@ __maintainer__ = "Seiso" __copyright__ = "(c) 2023 Seiso, LLC" __project_name__ = "cookiecutter_python" -__version__ = "2024.02.02" +__version__ = "2024.02.03" diff --git a/setup.cfg b/setup.cfg index 71d53a7..9553e75 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.02.02 +current_version = 2024.02.03 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True