Skip to content

Commit

Permalink
Bump version: 2023.10.02 → 2024.01.01
Browse files Browse the repository at this point in the history
  • Loading branch information
SeisoAutomation committed Jan 3, 2024
1 parent 4dfc2d2 commit 7f5828f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookiecutter_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__maintainer__ = "Seiso"
__copyright__ = "(c) 2023 Seiso, LLC"
__project_name__ = "cookiecutter_python"
__version__ = "2023.10.02"
__version__ = "2024.01.01"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2023.10.02
current_version = 2024.01.01
parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))?
serialize = {year}.{month}.{increment}
commit = True
Expand Down

0 comments on commit 7f5828f

Please sign in to comment.