Skip to content

Commit

Permalink
chore: new version
Browse files Browse the repository at this point in the history
- bump to v0.3.0
- bug fix to increaseVersion.m
  • Loading branch information
haowang-bioinfo committed Sep 18, 2018
1 parent 80b7631 commit d74cb0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ComplementaryScripts/Functions/increaseVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function increaseVersion(bumpType)
end

%Bump version number:
oldModel = load('../../ModelFiles/mat/humanGEM.mat');
oldVersion = oldModel.ihuman.version
load('../../ModelFiles/mat/humanGEM.mat');
oldVersion = ihuman.version;
oldVersion = str2double(strsplit(oldVersion,'.'));
newVersion = oldVersion;
switch bumpType
Expand Down
Binary file modified ModelFiles/mat/humanGEM.mat
Binary file not shown.
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.3.0

0 comments on commit d74cb0f

Please sign in to comment.