Skip to content

Commit 8821051

Browse files
committed
Update version to 1.0.0
1 parent 5d86212 commit 8821051

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation_PyBioNetFit.pdf

633 Bytes
Binary file not shown.

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.3'
27+
version = '1.0.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = 'v0.3.3'
29+
release = 'v1.0.0'
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.3"
24+
__version__ = "1.0.0"
2525

2626

2727
def main():

0 commit comments

Comments
 (0)