From bf6fde377097b06866b5132752f1d02610ac512d Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 31 Aug 2016 23:49:11 +0200 Subject: [PATCH] [RELEASE] new version 1.2.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 819dd2e..85d3573 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def readme(): # https://pypi.python.org/pypi?%3Aaction=list_classifiers setup(name='lutin', - version='1.2.3', + version='1.2.4', description='Lutin generic builder (might replace makefile, CMake ...)', long_description=readme(), url='http://github.com/HeeroYui/lutin',