2 Commits

Author SHA1 Message Date
Jamie Hardt
aa7b418121 Update __init__.py
Nudging version to 2.2.1
2025-05-24 21:58:50 -07:00
Jamie Hardt
a519a525b2 Update pythonpublish.yml
Updating python publish action to the latest version
2025-05-24 21:54:42 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Build package - name: Build package
run: python -m build run: python -m build
- name: pypi-publish - name: pypi-publish
uses: pypa/gh-action-pypi-publish@v1.8.6 uses: pypa/gh-action-pypi-publish@v1.12.4
# - name: Report to Mastodon # - name: Report to Mastodon
# uses: cbrgm/mastodon-github-action@v1.0.1 # uses: cbrgm/mastodon-github-action@v1.0.1
# with: # with:

View File

@@ -2,7 +2,7 @@
Parse and convert Pro Tools text exports Parse and convert Pro Tools text exports
""" """
__version__ = '2.2.0' __version__ = '2.2.1'
__author__ = 'Jamie Hardt' __author__ = 'Jamie Hardt'
__license__ = 'MIT' __license__ = 'MIT'
__copyright__ = "%s %s (c) 2025 %s. All rights reserved." \ __copyright__ = "%s %s (c) 2025 %s. All rights reserved." \