Skip to content

Commit

Permalink
BUmped version number and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Jun 3, 2023
1 parent 408829e commit 5427b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ptulsconv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Parse and convert Pro Tools text exports
"""

__version__ = '1.0.6'
__version__ = '1.0.7'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'
__copyright__ = "%s %s (c) 2022 %s. All rights reserved." % (__name__, __version__, __author__)
__copyright__ = "%s %s (c) 2023 %s. All rights reserved." % (__name__, __version__, __author__)

0 comments on commit 5427b4c

Please sign in to comment.