diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2021-09-06 17:11:59 +0200 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2021-09-06 17:11:59 +0200 |
commit | f0b40e397767b9d497a3208c9fc0189448ca3330 (patch) | |
tree | a6dd48da4cfe340ee45c600a7d2b288dfabaa9ab | |
parent | e7105dce8232705e04a8747b302574c5c3149f1c (diff) | |
download | unidecode-f0b40e397767b9d497a3208c9fc0189448ca3330.tar.gz |
Set version to 1.3.0
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ def get_long_description(): setup( name='Unidecode', - version='1.2.0', + version='1.3.0', description='ASCII transliterations of Unicode text', license='GPL', long_description=get_long_description(), |