We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e60f6d commit 1ce00d8Copy full SHA for 1ce00d8
1 file changed
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name = "wavefile",
20
- version = "1.1~git",
+ version = "1.1",
21
description = "Pythonic wave file reader and writer",
22
author = "David Garcia Garzon",
23
author_email = "voki@canvoki.net",
@@ -33,6 +33,7 @@
33
classifiers = [
34
'Programming Language :: Python',
35
'Programming Language :: Python :: 2',
36
+ 'Programming Language :: Python :: 3',
37
'Topic :: Multimedia',
38
'Topic :: Scientific/Engineering',
39
'Topic :: Software Development :: Libraries :: Python Modules',
0 commit comments