Prepare for the 0.5 release.

git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@32 ec2f30ec-7544-0410-870e-f70ca00c83f0
This commit is contained in:
larsimmisch
2009-04-22 22:47:10 +00:00
parent cf41942ed5
commit 833cde1455
2 changed files with 6 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ if version < '2.2.3':
setup(
name = 'pyalsaaudio',
version = '0.4',
version = '0.5',
description = 'ALSA bindings',
long_description = __doc__,
author = 'Casper Wilstrup',