From bda1098e29e3da1236bac03f9b4bbe8c140979e7 Mon Sep 17 00:00:00 2001 From: Bardhyl Miftari <bmiftari@MacBook-Pro-de-Bardhyl.local> Date: Tue, 31 Jan 2023 16:23:53 +0100 Subject: [PATCH] version 0.1.5 --- src/gboml/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gboml/version.py b/src/gboml/version.py index 3850bc6..ee86b70 100644 --- a/src/gboml/version.py +++ b/src/gboml/version.py @@ -8,4 +8,4 @@ The graph-based optimization modeling language (GBOML) version of the language. """ -__version__ = "0.1.4" +__version__ = "0.1.5" -- GitLab