From d4cbbd33596fc2c478a3d03d79f5210a096888c6 Mon Sep 17 00:00:00 2001 From: hkouki Date: Mon, 16 Jan 2017 17:20:59 +0100 Subject: [PATCH] update setup.py with 3.11.10 version Change-Id: I8022ef50f3d32a00f51c909c400a1667ffef4a8c --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 280dd543c..d69befc05 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_qibuild_cmake_files(): data_files = get_qibuild_cmake_files() setup(name="qibuild", - version="3.11.9", + version="3.11.10", description="The meta build framework", url="http://doc.aldebaran.com/qibuild", author="Aldebaran Robotics",