Skip to content

Commit 1ce00d8

Browse files
committed
Version 1.1
1 parent 8e60f6d commit 1ce00d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

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

1818
setup(
1919
name = "wavefile",
20-
version = "1.1~git",
20+
version = "1.1",
2121
description = "Pythonic wave file reader and writer",
2222
author = "David Garcia Garzon",
2323
author_email = "voki@canvoki.net",
@@ -33,6 +33,7 @@
3333
classifiers = [
3434
'Programming Language :: Python',
3535
'Programming Language :: Python :: 2',
36+
'Programming Language :: Python :: 3',
3637
'Topic :: Multimedia',
3738
'Topic :: Scientific/Engineering',
3839
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)