summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2013-01-17 09:40:05 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2013-01-17 09:40:05 +0100
commite167158b5ce008fa6c537640a1b82c188a4825b2 (patch)
tree30c91fbb2fa015d9788317f5e330a51950b8c5ce /setup.py
parent733cf9a9fcb15fc27f83b2735737ff3951565024 (diff)
downloadunidecode-e167158b5ce008fa6c537640a1b82c188a4825b2.tar.gz
Increased version to 0.04.11release-0.04.11
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 5310e63..1b22593 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.10',
+ version='0.04.11',
description='ASCII transliterations of Unicode text',
license='GPL',
long_description=open("README").read(),