Skip to content

Commit 6e2bbd8

Browse files
committed
Update version to 1.1.1
1 parent 11c7f96 commit 6e2bbd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation_PyBioNetFit.pdf

302 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 = '1.1.0'
27+
version = '1.1.1'
2828
# The full version, including alpha/beta/rc tags
29-
release = 'v1.1.0'
29+
release = 'v1.1.1'
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__ = "1.1.0"
24+
__version__ = "1.1.1"
2525

2626

2727
def main():

0 commit comments

Comments
 (0)