diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2011-09-23 08:49:49 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2011-09-23 08:49:49 +0200 |
| commit | 376a54fa19d071581fe4ced4521030ca2d7c93c9 (patch) | |
| tree | 8b7f8da34d2681e5018201dc343508e04b3122a2 /setup.py | |
| parent | 229b92fabe7855354b3f58167dc0dd8c1bba88b5 (diff) | |
| download | unidecode-376a54fa19d071581fe4ced4521030ca2d7c93c9.tar.gz | |
Increased version to 0.04.9release-0.04.9
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.8', + version='0.04.9', description='ASCII transliterations of Unicode text', license='GPL', long_description=open("README").read(), |
