Skip to content

Commit

Permalink
bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Oct 29, 2023
1 parent 00ee8f9 commit 69e7d0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Bump version
run: |
poetry version patch
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git commit -am "Bump version"
git push

- name: Build package
run: poetry build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ajc27_freemocap_blender_addon"
version = "0.2.1"
version = "0.2.2"
description = "A Blender Add-on for working with Freemocap Data (based on @ajc27's addon)"
authors = ["Skelly FreeMoCap <[email protected]>"]
license = "AGPLv3"
Expand Down

0 comments on commit 69e7d0b

Please sign in to comment.