From e167158b5ce008fa6c537640a1b82c188a4825b2 Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Thu, 17 Jan 2013 09:40:05 +0100 Subject: Increased version to 0.04.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5310e63..1b22593 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.10', + version='0.04.11', description='ASCII transliterations of Unicode text', license='GPL', long_description=open("README").read(), -- cgit v1.2.1