Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed Jun 28, 2024
1 parent 10a2b4b commit b70c108
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sbmodelr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#TODO: modification between units? (would need to select species and reaction)
#TODO: gene regulation by adding corresponding protein?

__version__ = "1.0a5"
__version__ = "1.0a6"

import os
import re
Expand Down Expand Up @@ -797,7 +797,6 @@ for r in range(gridr):
nname = p + apdx
scheme = mreacts.loc[p].at['scheme']
tok = scheme.split(';')
#tok2 = [sub.split() for sub in tok]
tok2 = [shlex.split(sub, posix=False) for sub in tok]
# build the reaction string
rs = ""
Expand Down

0 comments on commit b70c108

Please sign in to comment.