summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2022-03-10 10:08:34 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2022-03-10 10:08:34 +0100
commit6f78d8596cd33d791f4c0b32fba74497afdf125c (patch)
tree78df6f1dd7ef4a1335167a452cf4a4cd3b7e236e
parent82df939c79676b3e50baab422e0e292fa327673b (diff)
downloadunidecode-6f78d8596cd33d791f4c0b32fba74497afdf125c.tar.gz
Set version to 1.3.4unidecode-1.3.4
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 212ab9b..5e8e6c7 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ def get_long_description():
setup(
name='Unidecode',
- version='1.3.3',
+ version='1.3.4',
description='ASCII transliterations of Unicode text',
license='GPL',
long_description=get_long_description(),