Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gwct committed Apr 30, 2021
1 parent 5345ca4 commit e6d867d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/global_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@

def init():
global version;
version = "1.3";
#version = "1.3";
version = "1.3.1"

global releasedate;
releasedate = "February 14, 2020 <3";
#releasedate = "February 14, 2020 <3";
releasedate = "April 30, 2021";

global doi;
doi = "https://doi.org/10.1093/sysbio/syx044";
Expand Down

0 comments on commit e6d867d

Please sign in to comment.