Skip to content

Commit

Permalink
Bump version v1.1.1 -> v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Apr 29, 2024
1 parent d162e1a commit 76195af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
cd ${{ github.workspace }}/pyapp-v0.12.0
export PYAPP_PROJECT_NAME=freemocap
export PYAPP_PROJECT_VERSION=v1.1.1
export PYAPP_PROJECT_VERSION=v1.2.0
export PYAPP_PROJECT_DEPENDENCY_FILE=${{ github.workspace }}/requirements.txt
export PYAPP_EXEC_SCRIPT=${{ github.workspace }}/freemocap/__main__.py
export PYAPP_PIP_EXTRA_ARGS=--no-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
cd ${{ github.workspace }}/pyapp-v0.12.0
export PYAPP_PROJECT_NAME=freemocap
export PYAPP_PROJECT_VERSION=v1.1.1
export PYAPP_PROJECT_VERSION=v1.2.0
export PYAPP_PROJECT_DEPENDENCY_FILE=${{ github.workspace }}/requirements.txt
export PYAPP_EXEC_SCRIPT=${{ github.workspace }}/freemocap/__main__.py
export PYAPP_PIP_EXTRA_ARGS=--no-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
WORKSPACE=$(cygpath -u "${{ github.workspace}}")
cd $WORKSPACE/pyapp-v0.12.0
export PYAPP_PROJECT_NAME=freemocap
export PYAPP_PROJECT_VERSION=v1.1.1
export PYAPP_PROJECT_VERSION=v1.2.0
export PYAPP_PROJECT_DEPENDENCY_FILE=$WORKSPACE/requirements.txt
export PYAPP_EXEC_SCRIPT=$WORKSPACE/freemocap/__main__.py
export PYAPP_PIP_EXTRA_ARGS=--no-deps
Expand Down
2 changes: 1 addition & 1 deletion freemocap/__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__ = "v1.1.1"
__version__ = "v1.2.0"
__description__ = "A free and open source markerless motion capture system for everyone 💀✨"

__package_name__ = "freemocap"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Documentation = "https://freemocap.github.io/documentation/"
Github = "https://github.com/freemocap/freemocap"

[tool.bumpver]
current_version = "v1.1.1"
current_version = "v1.2.0"
version_pattern = "vMAJOR.MINOR.PATCH[-TAG]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 76195af

Please sign in to comment.