Skip to content

Commit 3f0f303

Browse files
Bump version: 2023.08.08 → 2023.08.09
1 parent 7f261dc commit 3f0f303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookiecutter_python/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__maintainer__ = "Seiso"
55
__copyright__ = "(c) 2023 Seiso, LLC"
66
__project_name__ = "cookiecutter_python"
7-
__version__ = "2023.08.08"
7+
__version__ = "2023.08.09"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2023.08.08
2+
current_version = 2023.08.09
33
parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))?
44
serialize = {year}.{month}.{increment}
55
commit = True

0 commit comments

Comments
 (0)