Skip to content

Commit 6b1dad0

Browse files
Bump version: 2023.08.07 → 2023.08.08
1 parent febaea8 commit 6b1dad0

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.07"
7+
__version__ = "2023.08.08"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2023.08.07
2+
current_version = 2023.08.08
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)