From 5546a1726a9828d4b2e7b440fb2c581c8a40afc3 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 11 May 2015 21:32:24 +0200 Subject: [PATCH] [DEV] do bad .. new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2b7714..49eccde 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): # https://pypi.python.org/pypi?%3Aaction=list_classifiers setup(name='lutin', - version='0.5.3', + version='0.5.4', description='Lutin generic builder', long_description=readme(), url='http://github.com/HeeroYui/lutin',