summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2010-01-12 13:15:19 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2010-01-12 13:15:19 +0100
commit2cbbd55d4c603e0067e52d757bc0521c40a7e4a0 (patch)
treef0b2a600db4f190a074b164376f1f31d7c11c178 /setup.py
parent8c0dbddfe532668eebb0a746ebe7cccd28907abb (diff)
downloadunidecode-2cbbd55d4c603e0067e52d757bc0521c40a7e4a0.tar.gz
Bumped version and updated changelog.release-0.04.3
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 8f6f299..4afe66d 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.2',
+ version='0.04.3',
description='US-ASCII transliterations of Unicode text',
url='http://code.zemanta.com/tsolc/unidecode/',
license='Perl',