Skip to content

Commit

Permalink
Back to development: 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aluriak committed Feb 27, 2022
1 parent ecb374b commit a1dbeff
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.1'
__version__ = '0.4.2.dev0'

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 a1dbeff

Please sign in to comment.