summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2010-10-12 20:20:29 +0200
committerTomaz Solc <tomaz.solc@tablix.org>2010-10-12 20:20:29 +0200
commit70e80b177273d6723de10f93da3f9d567b180b36 (patch)
tree4ae748b8d13b8dce48aafb3e3a78b70cf12ee44e /setup.py
parent80a0d66e2a056135d030dc6a8fbade9d6591a4e6 (diff)
downloadunidecode-takowl.tar.gz
Increased version to 0.04.4release-0.04.4takowl
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',