File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33This application is for fitting BNGL and SBML models with metaheuristic methods.
44
5- For documentation, refer to [ Documentation.pdf] ( Documentation.pdf ) .
5+ For documentation, refer to [ Documentation.pdf] ( Documentation.pdf ) or the online documentation at < https://pybnf.readthedocs.io/en/latest/ > .
66
77PyBioNetFit is released under the BSD-3 license. For more information, refer to the
88[ LICENSE] ( LICENSE ) . LANL code designation: C18062
Original file line number Diff line number Diff line change 2424author = 'Ryan Suderman, Eshan Mitra'
2525
2626# The short X.Y version
27- version = '0.3.2 '
27+ version = '0.3.3 '
2828# The full version, including alpha/beta/rc tags
29- release = 'v0.3.2 '
29+ release = 'v0.3.3 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 2121import pickle
2222
2323
24- __version__ = "0.3.2 "
24+ __version__ = "0.3.3 "
2525
2626
2727def main ():
You can’t perform that action at this time.
0 commit comments