diff --git a/docs/conf.py b/docs/conf.py index 3fba87b..34bcf2b 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.15" +release = "1.0.16" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index a7a1a2d..197b61b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clinguin -version = 1.0.15 +version = 1.0.16 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 af49040..039be1f 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.15", + "version": "1.0.16", "description": "An interactive visualizer for clingo", }