From 1ce00d80134917480fd00334795be80503c6c469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Wed, 25 Jun 2014 01:59:23 +0200 Subject: [PATCH] Version 1.1 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47ba5d6..c0e7819 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name = "wavefile", - version = "1.1~git", + version = "1.1", description = "Pythonic wave file reader and writer", author = "David Garcia Garzon", author_email = "voki@canvoki.net", @@ -33,6 +33,7 @@ classifiers = [ 'Programming Language :: Python', 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', 'Topic :: Multimedia', 'Topic :: Scientific/Engineering', 'Topic :: Software Development :: Libraries :: Python Modules',