From 7817d6e158ef92cbb8e2cddefd3a3e7c43ebac48 Mon Sep 17 00:00:00 2001 From: Bardhyl Miftari <bmiftari@MacBook-Pro-de-Bardhyl.local> Date: Fri, 11 Aug 2023 13:45:27 +0200 Subject: [PATCH] version 0.1.9 --- 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 455c40a..d310ae3 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.8" +__version__ = "0.1.9" -- GitLab