summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 343f45f..7045479 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.3',
+ version='0.04.4',
description='US-ASCII transliterations of Unicode text',
url='http://code.zemanta.com/tsolc/unidecode/',
license='Perl',