From da1a92a978878e0af5f1e9fb1a169bf45b098833 Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Sun, 11 May 2014 20:35:16 +0200 Subject: Increased version to 0.04.16 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cd42fd5..41c4e9c 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ class TestCommand(Command): result = unittest.TextTestRunner(verbosity=2).run(suite) setup(name='Unidecode', - version='0.04.15', + version='0.04.16', description='ASCII transliterations of Unicode text', license='GPL', long_description=open("README").read(), -- cgit v1.2.1