Skip to content

Commit

Permalink
fix missing pyasp import
Browse files Browse the repository at this point in the history
version bump 1.4.1
  • Loading branch information
sthiele committed Jul 20, 2017
1 parent cafca6d commit 7ed12d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.4.1
------
fix missing pyasp import

v1.4
----
use pyasp-1.4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name = 'iggy',
version = '1.4',
version = '1.4.1',
url = 'http://bioasp.github.io/iggy/',
license = 'GPLv3+',
description = 'A tool for consistency based analysis of influence graphs and observed systems behavior.',
Expand Down
1 change: 1 addition & 0 deletions src/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import os
import tempfile
from pyasp.asp import *
from pyasp.term import String2TermSet;

root = __file__.rsplit('/', 1)[0]
contradictory_obs_prg = root + '/encodings/contradictory_obs.lp'
Expand Down

0 comments on commit 7ed12d7

Please sign in to comment.