diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2021-02-05 12:06:58 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2021-02-05 12:06:58 +0100 |
| commit | d173521bfa5291f3dcb1a0a71fc35eda6dae7840 (patch) | |
| tree | dda5d2c2aa83944e7b464e2730d2608c28a5fc4a /setup.py | |
| parent | 32e5b6dd29036aba540d897e65db65473f5ab03e (diff) | |
| download | unidecode-d173521bfa5291f3dcb1a0a71fc35eda6dae7840.tar.gz | |
Set version to 1.2.0unidecode-1.2.0
Diffstat (limited to 'setup.py')
| -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.1.2', + version='1.2.0', description='ASCII transliterations of Unicode text', license='GPL', long_description=get_long_description(), |
