diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2022-02-19 11:02:40 +0100 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2022-02-19 11:02:40 +0100 |
commit | d8a5bf398a95e9f0e954c2df78fd0e8295b6ad8e (patch) | |
tree | ef6c60b4af2b8005d76e4cce92ec44b93c6dbdaa | |
parent | 407d61680007efbc3bd80101f2f96ed2c3be28b0 (diff) | |
download | unidecode-d8a5bf398a95e9f0e954c2df78fd0e8295b6ad8e.tar.gz |
Set version to 1.3.3unidecode-1.3.3
-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.3.2', + version='1.3.3', description='ASCII transliterations of Unicode text', license='GPL', long_description=get_long_description(), |