summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2018-11-18 12:56:32 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2018-11-19 08:08:11 +0100
commite3c730e5830f15c613f65f1764258165f4e5f52f (patch)
treeee5fe96eb96e72c22af1ca4abab6a466e4ef66cb /setup.py
parent825dadd7a7d6c866c3f50aad526ea5e9963a0386 (diff)
downloadunidecode-e3c730e5830f15c613f65f1764258165f4e5f52f.tar.gz
Set version to 1.0.23unidecode-1.0.23
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b694826..4baf0bd 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ def get_long_description():
setup(
name='Unidecode',
- version='1.0.22',
+ version='1.0.23',
description='ASCII transliterations of Unicode text',
license='GPL',
long_description=get_long_description(),