Skip to content

Commit

Permalink
Bump version v2023.12.1020 -> v2024.03.1021
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Mar 18, 2024
1 parent 238aac7 commit 286b81f
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 @@ -41,7 +41,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.12.1020"
current_version = "v2024.03.1021"
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_viewer/__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_viewer"
__version__ = "v2023.12.1020"
__version__ = "v2024.03.1021"

__author__ = """Skelly FreeMoCap"""
__email__ = "[email protected]"
Expand Down

0 comments on commit 286b81f

Please sign in to comment.