diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2010-01-12 13:15:19 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2010-01-12 13:15:19 +0100 |
| commit | 2cbbd55d4c603e0067e52d757bc0521c40a7e4a0 (patch) | |
| tree | f0b2a600db4f190a074b164376f1f31d7c11c178 /setup.py | |
| parent | 8c0dbddfe532668eebb0a746ebe7cccd28907abb (diff) | |
| download | unidecode-2cbbd55d4c603e0067e52d757bc0521c40a7e4a0.tar.gz | |
Bumped version and updated changelog.release-0.04.3
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.2', + version='0.04.3', description='US-ASCII transliterations of Unicode text', url='http://code.zemanta.com/tsolc/unidecode/', license='Perl', |
