diff --git a/Documentation_PyBioNetFit.pdf b/Documentation_PyBioNetFit.pdf index 964255c3..994523e0 100644 Binary files a/Documentation_PyBioNetFit.pdf and b/Documentation_PyBioNetFit.pdf differ diff --git a/docs/conf.py b/docs/conf.py index 9f25a5e5..a666361c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,9 @@ author = 'Ryan Suderman, Eshan Mitra' # The short X.Y version -version = '0.3.3' +version = '1.0.0' # The full version, including alpha/beta/rc tags -release = 'v0.3.3' +release = 'v1.0.0' # -- General configuration --------------------------------------------------- diff --git a/pybnf/pybnf.py b/pybnf/pybnf.py index da0309af..90a91769 100644 --- a/pybnf/pybnf.py +++ b/pybnf/pybnf.py @@ -21,7 +21,7 @@ import pickle -__version__ = "0.3.3" +__version__ = "1.0.0" def main():