From 6c416c9fef3fdb599d2470349c8f100bdbc48c71 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 21 Oct 2015 21:56:53 +0200 Subject: [PATCH] [RELEASE] new version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6795e4e..92a8baf 100755 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ def readme(): # https://pypi.python.org/pypi?%3Aaction=list_classifiers setup(name='lutin', - version='0.7.5', - description='Lutin generic builder', + version='0.7.6', + description='Lutin generic builder (might replace makefile, CMake ...)', long_description=readme(), url='http://github.com/HeeroYui/lutin', author='Edouard DUPIN',