From 8a4d13a3f3943a8a0a3e8f3ddff544f1a10b0957 Mon Sep 17 00:00:00 2001 From: Susana Hahn Date: Mon, 12 Aug 2024 13:12:34 -0600 Subject: [PATCH] New version --- 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 82aa5750..2929a0c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ author = "Susana Hahn, Alexander Beiser" # The full version, including alpha/beta/rc tags -release = "1.0.29" +release = "1.0.30" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 1ba7d172..b3ddd324 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clinguin -version = 1.0.29 +version = 1.0.30 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 8edd5515..0e587c9f 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.29", + "version": "1.0.30", "description": "An interactive visualizer for clingo", }