From 905b9844773a722d401a673ae2420db2ed650f42 Mon Sep 17 00:00:00 2001 From: Susana Hahn Date: Mon, 17 Jun 2024 15:42:50 -0600 Subject: [PATCH] Version update --- docs/conf.py | 2 +- setup.cfg | 2 +- tests/reference_json_output/health.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 39778f60..3de7a682 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ author = "Susana Hahn, Alexander Beiser" # The full version, including alpha/beta/rc tags -release = "1.0.9" +release = "1.0.11" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index dd686601..759f7979 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clinguin -version = 1.0.9 +version = 1.0.11 author = Alexander Beiser, Susana Hahn (Potassco) author_email = alexl.id.at@gmail.com, hahnmartin@uni-potsdam.de description = An interactive visualizer for clingo diff --git a/tests/reference_json_output/health.py b/tests/reference_json_output/health.py index 1f5c0006..2ffd056b 100644 --- a/tests/reference_json_output/health.py +++ b/tests/reference_json_output/health.py @@ -6,7 +6,7 @@ class Health: def get_reference_json(cls): json_dict = { "name": "clinguin", - "version": "1.0.9", + "version": "1.0.11", "description": "An interactive visualizer for clingo", }