Skip to content

Commit

Permalink
update to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
treangen committed Mar 24, 2015
1 parent 24e5e89 commit fd9fca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Parsnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
WARNING_YELLOW = ""#CSI+'\033[93m'
ERROR_RED = ""#CSI+'\033[91m'
ENDC = ""#CSI+'0m'
VERSION="v1.0"
VERSION="v1.2"
PARSNP_DIR = sys.path[0]
try:
os.environ["PARSNPDIR"]
Expand Down Expand Up @@ -64,7 +64,7 @@
os.environ["LD_LIBRARY_PATH"] = libPath + os.pathsep + oldLDPath

VERBOSE = 0
VERSION = "v1.1"
VERSION = "v1.2"
PHI_WINDOWSIZE = 1000
TOTSEQS=0

Expand Down

0 comments on commit fd9fca6

Please sign in to comment.