diff --git a/sc3/__init__.py b/sc3/__init__.py index 2717c2c..1609ae3 100644 --- a/sc3/__init__.py +++ b/sc3/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.6.0' +__version__ = '0.7.0' __all__ = ['base', 'seq', 'synth'] diff --git a/setup.py b/setup.py index 28a60c8..d72936d 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,11 @@ setuptools.setup( name='sc3', - version='0.6.0', + version='0.7.0', author='Lucas Samaruga', author_email='samarugalucas@gmail.com', + license='GPLv3', + platforms='Any', description='SuperCollider 3 class library Python 3 port', long_description=long_description, long_description_content_type='text/markdown',