From cb6a6096d05f5807507b3f64f713c5e207847ef8 Mon Sep 17 00:00:00 2001 From: Susana Hahn Date: Fri, 30 Aug 2024 19:02:08 -0600 Subject: [PATCH] Version 2.0 --- 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 6b95b12..2997127 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ author = "Susana Hahn, Alexander Beiser" # The full version, including alpha/beta/rc tags -release = "1.0.32" +release = "2.0.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index e2ea06d..01cd68d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clinguin -version = 1.0.32 +version = 2.0.0 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 52dbb5c..3dfd0da 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.32", + "version": "2.0.0", "description": "An interactive visualizer for clingo", }