From 465257c84231e52dfc2070f4b68b94a1e0dc299f Mon Sep 17 00:00:00 2001 From: Bardhyl Miftari <bmiftari@MacBook-Pro-de-Bardhyl.local> Date: Thu, 1 Dec 2022 15:16:55 +0100 Subject: [PATCH] Version 0.1.3 --- 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 0feaa6d..484a275 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.2" +__version__ = "0.1.3" -- GitLab