From 5065c7b6ee35cd122bb335b2ae72340fa69d9875 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 2 Nov 2015 22:11:42 +0100 Subject: [PATCH] [CI] version 0.7.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d948f45..795edb9 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.7.9', + version='0.7.10', description='Lutin generic builder (might replace makefile, CMake ...)', long_description=readme(), url='http://github.com/HeeroYui/lutin',