summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2012-12-01 16:56:55 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2012-12-01 16:56:55 +0100
commitf97558eda5570e36e5ff7ab8007d54414b00f58d (patch)
treec13adf4730688f94033a5f3ae939c8750e423eaa /setup.py
parent74085ff94feceb52166680c287c55ca8381191ec (diff)
downloadunidecode-f97558eda5570e36e5ff7ab8007d54414b00f58d.tar.gz
Increased version to 0.04.10release-0.04.10
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 21c2e4e..97bdc77 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ class TestCommand(Command):
result = unittest.TextTestRunner(verbosity=2).run(suite)
setup(name='Unidecode',
- version='0.04.9',
+ version='0.04.10',
description='ASCII transliterations of Unicode text',
license='GPL',
long_description=open("README").read(),