From 94c3c82543e2f5dc89849a5bcc7b6851c93b269a Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 30 Mar 2017 21:56:15 +0200 Subject: [PATCH] [RELEASE] new version 2.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68148f4..12124b8 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='2.2.2', + version='2.3.0', description='Lutin generic builder (might replace makefile, CMake ...)', long_description=readme(), url='http://github.com/HeeroYui/lutin',