diff --git a/docs/conf.py b/docs/conf.py index afe4bda3..54dcba8c 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.23" +release = "1.0.24" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 23342119..8cf82564 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clinguin -version = 1.0.23 +version = 1.0.24 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 76cfa06f..ef8daee9 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.23", + "version": "1.0.24", "description": "An interactive visualizer for clingo", }