Skip to content

Commit 6933088

Browse files
committed
Update to v0.3.3
1 parent c49d40c commit 6933088

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Documentation.pdf

1.2 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This 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

77
PyBioNetFit is released under the BSD-3 license. For more information, refer to the
88
[LICENSE](LICENSE). LANL code designation: C18062

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = '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 ---------------------------------------------------

pybnf/pybnf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import pickle
2222

2323

24-
__version__ = "0.3.2"
24+
__version__ = "0.3.3"
2525

2626

2727
def main():

0 commit comments

Comments
 (0)