Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Jun 25, 2020
1 parent 2312e1b commit 0aea58d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT(parsnp,1.5)
AM_INIT_AUTOMAKE(parsnp,1.5)
AC_INIT(parsnp,1.5.1)
AM_INIT_AUTOMAKE(parsnp,1.5.1)
AC_PROG_CC(gcc)

AC_ARG_WITH(libmuscle, [ --with-libmuscle=<path/to/libmuscle> libMUSCLE install dir (default: `pwd`/muscle)])
Expand Down
4 changes: 2 additions & 2 deletions parsnp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import signal
import inspect
from multiprocessing import *

__version__ = "1.5"
__version__ = "1.5.1"
reroot_tree = True #use --midpoint-reroot

try:
Expand All @@ -30,7 +30,7 @@ ALIGNER_TO_IDX = {
}

VERBOSE = 0
VERSION = "v1.5"
VERSION = __version__
PHI_WINDOWSIZE = 1000
TOTSEQS=0
PARSNP_DIR = sys.path[0]
Expand Down

0 comments on commit 0aea58d

Please sign in to comment.