Skip to content

Commit 618341d

Browse files
committed
Update to version 0.3.0
1 parent fecd748 commit 618341d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation.pdf

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

2626

2727
def main():

0 commit comments

Comments
 (0)