summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2013-01-28 09:11:17 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2013-01-28 09:11:17 +0100
commit446b41c126ed6fc8457d152f9e2b7a10dd87656e (patch)
tree6dc7c90c452062dbbc9917261b5e9ca189cad158 /setup.py
parentac75970f574460480ebb4a287c27a5ed60816977 (diff)
downloadunidecode-446b41c126ed6fc8457d152f9e2b7a10dd87656e.tar.gz
Increased version to 0.04.12release-0.04.12
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 1b22593..92b2d02 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.11',
+ version='0.04.12',
description='ASCII transliterations of Unicode text',
license='GPL',
long_description=open("README").read(),