diff --git a/setup.py b/setup.py index 5833067..d2bf963 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = 'supercollider', - version = '0.0.2', + version = '0.0.3', description = 'Interact with the SuperCollider audio synthesis engine', long_description = open("README.md", "r").read(), long_description_content_type = "text/markdown",