Skip to content

Commit

Permalink
Setup and version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
smrg-lm committed May 1, 2020
1 parent e78245e commit 37b0cc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sc3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.6.0'
__version__ = '0.7.0'
__all__ = ['base', 'seq', 'synth']


Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 37b0cc1

Please sign in to comment.