Skip to content

Commit

Permalink
New version with open clingo version
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Apr 4, 2024
1 parent 49c6970 commit 0dba702
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
author = "Susana Hahn, Alexander Beiser"

# The full version, including alpha/beta/rc tags
release = "1.0.2"
release = "1.0.3"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = clinguin
version = 1.0.2
version = 1.0.3
author = Alexander Beiser, Susana Hahn (Potassco)
author_email = [email protected], [email protected]
description = An interactive visualizer for clingo
Expand All @@ -12,7 +12,7 @@ url = https://github.com/krr-up/clinguin
packages = find:
include_package_data=True
install_requires =
clingo==5.6.0
clingo
clorm>=1.4.1
clingo-dl
fastapi==0.103.*
Expand Down
2 changes: 1 addition & 1 deletion tests/reference_json_output/health.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Health:
def get_reference_json(cls):
json_dict = {
"name": "clinguin",
"version": "1.0.2",
"version": "1.0.3",
"description": "An interactive visualizer for clingo",
}

Expand Down

0 comments on commit 0dba702

Please sign in to comment.