Skip to content

Commit

Permalink
Bump version v2023.12.1090 -> v2024.06.1091
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Jun 25, 2024
1 parent f845ae0 commit 9ea04c4
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 @@ -85,7 +85,7 @@ dev = ["black", "bumpver", "isort", "pip-tools", "pytest"]
Homepage = "https://github.com/freemocap/skellycam"

[tool.bumpver]
current_version = "v2023.12.1090"
current_version = "v2024.06.1091"

version_pattern = "vYYYY.0M.BUILD[-TAG]"
commit_message = "Bump version {old_version} -> {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion skellycam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Skelly FreeMoCap"""
__email__ = "info@freemocap.org"
__version__ = "v2023.12.1090"
__version__ = "v2024.06.1091"

__description__ = "A simple python API for efficiently connecting to and recording synchronized videos from one or multiple cameras 💀📸"
__package_name__ = "skellycam"
Expand Down

0 comments on commit 9ea04c4

Please sign in to comment.