diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2013-05-30 18:33:51 +0200 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2013-05-30 18:33:51 +0200 |
commit | a62ed09fe46aa4479d534e4b1092732f63c1a19b (patch) | |
tree | 1ad1ea5b9113a4e4c67841a08493510e0812cb77 /setup.py | |
parent | 42f6e6db3c666aad2a5c7639ebba70546792eb9c (diff) | |
download | unidecode-a62ed09fe46aa4479d534e4b1092732f63c1a19b.tar.gz |
Increased version to 0.04.13release-0.04.13
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.12', + version='0.04.13', description='ASCII transliterations of Unicode text', license='GPL', long_description=open("README").read(), |