We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecd748 commit 618341dCopy full SHA for 618341d
Documentation.pdf
-83 Bytes
docs/conf.py
@@ -24,9 +24,9 @@
24
author = 'Ryan Suderman, Eshan Mitra'
25
26
# The short X.Y version
27
-version = '0.2.3'
+version = '0.3.0'
28
# The full version, including alpha/beta/rc tags
29
-release = 'v0.2.3'
+release = 'v0.3.0'
30
31
32
# -- General configuration ---------------------------------------------------
pybnf/pybnf.py
@@ -21,7 +21,7 @@
21
import pickle
22
23
-__version__ = "0.2.3"
+__version__ = "0.3.0"
def main():
0 commit comments