summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2014-05-11 20:35:16 +0200
committerTomaz Solc <tomaz.solc@tablix.org>2014-05-11 20:35:16 +0200
commitda1a92a978878e0af5f1e9fb1a169bf45b098833 (patch)
tree79913b4b61b5341742d8bc32f389dc51cdf3bb4b /setup.py
parentacd999a0265042d3ead6265eb160bdbcac5b44ba (diff)
downloadunidecode-da1a92a978878e0af5f1e9fb1a169bf45b098833.tar.gz
Increased version to 0.04.16release-0.04.16
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cd42fd5..41c4e9c 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ class TestCommand(Command):
result = unittest.TextTestRunner(verbosity=2).run(suite)
setup(name='Unidecode',
- version='0.04.15',
+ version='0.04.16',
description='ASCII transliterations of Unicode text',
license='GPL',
long_description=open("README").read(),