From b27d52ae99287426d5d99d8400307df122780efa Mon Sep 17 00:00:00 2001 From: Seiso Automation Date: Mon, 2 Oct 2023 15:28:49 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202023.08.10=20=E2=86=92=202023?= =?UTF-8?q?.10.01?= 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 6139036..a8885ec 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__ = "2023.08.10" +__version__ = "2023.10.01" diff --git a/setup.cfg b/setup.cfg index 441c1c4..f67bb15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2023.08.10 +current_version = 2023.10.01 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True