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 2ae7b20 commit 6b312cfCopy full SHA for 6b312cf
Documentation.pdf
23.4 KB
docs/conf.py
@@ -24,9 +24,9 @@
24
author = 'Ryan Suderman, Eshan Mitra'
25
26
# The short X.Y version
27
-version = '0.3.0'
+version = '0.3.1'
28
# The full version, including alpha/beta/rc tags
29
-release = 'v0.3.0'
+release = 'v0.3.1'
30
31
32
# -- General configuration ---------------------------------------------------
pybnf/pybnf.py
@@ -21,7 +21,7 @@
21
import pickle
22
23
-__version__ = "0.3.0"
+__version__ = "0.3.1"
def main():
0 commit comments