From 326a88c0b31d1f4956271ffd57ca93452e50d83c Mon Sep 17 00:00:00 2001 From: Haroldo Date: Wed, 5 Aug 2020 20:12:56 -0300 Subject: [PATCH] 1.11 --- mip/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mip/constants.py b/mip/constants.py index 7f2c1b32..37464de1 100644 --- a/mip/constants.py +++ b/mip/constants.py @@ -3,7 +3,7 @@ from enum import Enum from cffi import FFI -VERSION = "1.10.0" +VERSION = "1.11.0" ffi = FFI()