diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2010-10-12 20:20:29 +0200 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2010-10-12 20:20:29 +0200 |
commit | 70e80b177273d6723de10f93da3f9d567b180b36 (patch) | |
tree | 4ae748b8d13b8dce48aafb3e3a78b70cf12ee44e /setup.py | |
parent | 80a0d66e2a056135d030dc6a8fbade9d6591a4e6 (diff) | |
download | unidecode-takowl.tar.gz |
Increased version to 0.04.4release-0.04.4takowl
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |