Skip to content

Commit

Permalink
Bump version v2023.12.1029 -> v2024.06.1030
Browse files Browse the repository at this point in the history
  • Loading branch information
philipqueen committed Jun 25, 2024
1 parent 57b4846 commit a5930fa
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.1029"
current_version = "v2024.06.1030"
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.1029"
__version__ = "v2024.06.1030"

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

0 comments on commit a5930fa

Please sign in to comment.