From 055a37bcd51aa9ba15c39ab7c9245301e4f811d8 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 8 Jan 2016 22:33:51 +0100 Subject: [PATCH] [RELEASE] Change API ==> change master version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 795edb9..07a72f6 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.10', + version='1.0.0', description='Lutin generic builder (might replace makefile, CMake ...)', long_description=readme(), url='http://github.com/HeeroYui/lutin',