diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2014-05-11 20:35:16 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2014-05-11 20:35:16 +0200 |
| commit | da1a92a978878e0af5f1e9fb1a169bf45b098833 (patch) | |
| tree | 79913b4b61b5341742d8bc32f389dc51cdf3bb4b /setup.py | |
| parent | acd999a0265042d3ead6265eb160bdbcac5b44ba (diff) | |
| download | unidecode-da1a92a978878e0af5f1e9fb1a169bf45b098833.tar.gz | |
Increased version to 0.04.16release-0.04.16
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ class TestCommand(Command): result = unittest.TextTestRunner(verbosity=2).run(suite) setup(name='Unidecode', - version='0.04.15', + version='0.04.16', description='ASCII transliterations of Unicode text', license='GPL', long_description=open("README").read(), |
