Skip to content

Commit

Permalink
Bump version v2023.09.1004 -> v2023.12.1005
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Dec 11, 2023
1 parent 70bfe43 commit a05b549
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 @@ -44,7 +44,7 @@ dynamic = ["version"]
dev = ["black", "bumpver", "isort", "pip-tools", "pytest"]

[tool.bumpver] #bump the version by entering `bumpver update` in the terminal
current_version = "v2023.09.1004"
current_version = "v2023.12.1005"
version_pattern = "vYYYY.0M.BUILD[-TAG]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion skellyforge/__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__ = "skellyforge"
__version__ = "v2023.09.1004"
__version__ = "v2023.12.1005"

__author__ = """Aaron Cherian"""
__email__ = "info@freemocap.org"
Expand Down

0 comments on commit a05b549

Please sign in to comment.