Skip to content

Commit c03fd26

Browse files
Bump version: 2023.10.01 → 2023.10.02
1 parent 2efc5af commit c03fd26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cookiecutter_python/__init__.py

Lines changed: 1 addition & 1 deletion
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.10.01"
7+
__version__ = "2023.10.02"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2023.10.01
2+
current_version = 2023.10.02
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)