Skip to content

Commit

Permalink
Bump version v2023.12.1028 -> v2023.12.1029
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Dec 11, 2023
1 parent 29e853e commit 88710e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dev = [
]

[tool.bumpver] #bump the version by entering `bumpver update` in the terminal
current_version = "v2023.12.1028"
current_version = "v2023.12.1029"
version_pattern = "vYYYY.0M.BUILD[-TAG]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion skelly_synchronize/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for basic_template_repo."""

__package_name__ = "skelly_synchronize"
__version__ = "v2023.12.1028"
__version__ = "v2023.12.1029"

__author__ = """Philip Queen"""
__email__ = "[email protected]"
Expand Down

0 comments on commit 88710e2

Please sign in to comment.