summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2016-01-21 17:37:49 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2016-01-21 17:37:49 +0100
commit3b628ddba69d7a955b4231c239164eb232d519b4 (patch)
treef7c410b9ea08bd24ba660ee3d8f509a25b7ef695
parentfd57cbf4f55e8b679248f005c06d3eeb0247f755 (diff)
downloadunidecode-3b628ddba69d7a955b4231c239164eb232d519b4.tar.gz
Set version to 0.04.19
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3ce54ed..82abcf9 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ def get_long_description():
return open(os.path.join(os.path.dirname(__file__), "README.rst")).read()
setup(name='Unidecode',
- version='0.04.18',
+ version='0.04.19',
description='ASCII transliterations of Unicode text',
license='GPL',
long_description=get_long_description(),