Skip to content

Commit

Permalink
Preparing release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Bourneuf committed May 11, 2023
1 parent 92b3cf9 commit c36e3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clyngor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CLINGO_BIN_PATH = 'clingo'
__version__ = '0.4.3.dev0'
__version__ = '0.4.3'

from clyngor.utils import ASPSyntaxError, ASPWarning, parse_clingo_output, clingo_value_to_python, with_clingo_bin, opt_models_from_clyngor_answers, answer_set_to_str, answer_set_from_str
from clyngor.answers import Answers, ClingoAnswers
Expand Down

0 comments on commit c36e3d9

Please sign in to comment.