Skip to content

Commit 192263f

Browse files
committed
Increment version
1 parent d56b181 commit 192263f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name = 'supercollider',
7-
version = '0.0.3',
7+
version = '0.0.4',
88
description = 'Interact with the SuperCollider audio synthesis engine',
99
long_description = open("README.md", "r").read(),
1010
long_description_content_type = "text/markdown",
@@ -16,6 +16,7 @@
1616
keywords = ('sound', 'music', 'supercollider', 'synthesis'),
1717
classifiers = [
1818
'Topic :: Multimedia :: Sound/Audio',
19+
'Topic :: Multimedia :: Sound/Audio :: Sound Synthesis',
1920
'Topic :: Artistic Software',
2021
'Topic :: Communications',
2122
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)