Skip to content

Commit

Permalink
Preparing release 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Aluriak committed Feb 27, 2020
1 parent 01cf6a9 commit 8b3bd19
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.3.30.dev0'
__version__ = '0.3.30'

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 8b3bd19

Please sign in to comment.