summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2022-09-28 14:01:26 +0200
committerTomaz Solc <tomaz.solc@tablix.org>2022-09-28 14:01:26 +0200
commite294ea5deb19ee7ac6e44d077c0ffb81c97137ae (patch)
treec3920d5efa37a302d0b485daaf9dc4a80980dedb
parent163c4ffd86b025fb485e7dcb4f9a00cf31de6058 (diff)
downloadunidecode-e294ea5deb19ee7ac6e44d077c0ffb81c97137ae.tar.gz
Set version to 1.3.5unidecode-1.3.5
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5e8e6c7..0b49a21 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ def get_long_description():
setup(
name='Unidecode',
- version='1.3.4',
+ version='1.3.5',
description='ASCII transliterations of Unicode text',
license='GPL',
long_description=get_long_description(),