summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2009-08-27 10:07:50 +0200
committerTomaz Solc <tomaz.solc@tablix.org>2009-08-27 10:16:20 +0200
commit8e7b977616d4f20ca091484e19d9e730d2a16ea0 (patch)
tree8f63e3256d34a39e8566c1d60849c0e3cc13b288
parentc3ad015131bb21b8d960001fd071628e0230e6a3 (diff)
downloadunidecode-8e7b977616d4f20ca091484e19d9e730d2a16ea0.tar.gz
Bumped version string
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f44e74b..20a0cda 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.1',
+ version='0.04.2',
description='US-ASCII transliterations of Unicode text',
author='Tomaz Solc',
author_email='tomaz.solc@tablix.org',