From 520f97c7f65cf345631a2361063895f908db41d5 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 10 Apr 2016 13:39:36 +0200 Subject: [PATCH] [RELEASE] create version 1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9a18f0..b606387 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.1', + version='1.2.2', description='Lutin generic builder (might replace makefile, CMake ...)', long_description=readme(), url='http://github.com/HeeroYui/lutin',