Files
ptulsconv/ptulsconv/__init__.py
Jamie Hardt 17b87b6e69 Update __init__.py
Nudged version
2023-07-27 23:23:39 -07:00

10 lines
225 B
Python

"""
Parse and convert Pro Tools text exports
"""
__version__ = '2.1.0'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'
__copyright__ = "%s %s (c) 2023 %s. All rights reserved." \
% (__name__, __version__, __author__)