From 45d1d4085419ef6a93cf05135bd26023916ca5bc Mon Sep 17 00:00:00 2001 From: Francesco Ceccon Date: Tue, 9 Mar 2021 20:32:15 +0000 Subject: [PATCH] release: v1.0.2 --- galini/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galini/__version__.py b/galini/__version__.py index 273f9b6..7a49e56 100644 --- a/galini/__version__.py +++ b/galini/__version__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '1.0.0' +__version__ = '1.0.2' __author__ = 'Francesco Ceccon' __author_email__ = 'francesco@ceccon.me' __description__ = 'Mixed Integer Solver'