From 805f4ff8762821eab7ca394442ed042c32fb9c7d Mon Sep 17 00:00:00 2001 From: Susana Hahn Date: Thu, 20 Jun 2024 19:30:56 -0600 Subject: [PATCH] New version 15 --- 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 3c80aa1..3fba87b 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.14" +release = "1.0.15" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 43b114c..a7a1a2d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clinguin -version = 1.0.14 +version = 1.0.15 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 70ed55d..af49040 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.14", + "version": "1.0.15", "description": "An interactive visualizer for clingo", }