Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Jan 22, 2019
1 parent 5beb246 commit 980bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telingo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self, name):
See clingo.clingo_main().
"""
self.program_name = name
self.version = "1.0"
self.version = "1.0.1"

self.__imin = 0
self.__imax = None
Expand Down

0 comments on commit 980bf22

Please sign in to comment.