Skip to content

Commit

Permalink
Bump version v2023.10.1004 -> v2023.10.1005
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Oct 29, 2023
1 parent ec7369f commit 3120693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ajc27_freemocap_blender_addon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A Blender Add-on for working with Freemocap Data (based on @ajc27's addon)"""
__author__ = """Skelly FreeMoCap"""
__email__ = "[email protected]"
__version__ = "v2023.10.1004"
__version__ = "v2023.10.1005"

#######################################################################
### Add-on to adapt the Freemocap Blender output. It can adjust the
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.bumpver]
current_version = "v2023.10.1004"
current_version = "v2023.10.1005"
version_pattern = "vYYYY.0M.BUILD[-TAG]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 3120693

Please sign in to comment.