Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
+ minor docs edits.
  • Loading branch information
emitra17 committed Jul 5, 2019
1 parent 24af099 commit 583cfca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Binary file modified Documentation_PyBioNetFit.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Ryan Suderman, Eshan Mitra'

# The short X.Y version
version = '1.0.0'
version = '1.0.1'
# The full version, including alpha/beta/rc tags
release = 'v1.0.0'
release = 'v1.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Also confirm that your Python 3 has the ``pip`` package manager, which is used t
If you are missing python3 or pip, an easy way to get them is by installing the `Anaconda`_ Python distribution for Python v3.5 or higher.
Instructions for installing on various platforms can be found on the `Anaconda`_ website.

.. _windows_install:

Windows
^^^^^^^

Expand Down Expand Up @@ -77,7 +79,7 @@ BioNetGen
PyBNF is designed to work with simulators present in the BioNetGen software suite, version 2.3, available for download from
the `BioNetGen`_ website.
Note that for Linux distributions other than Ubuntu, the pre-built binary is unreliable, and it is necessary to rebuild BioNetGen from source.
For Windows, Perl must be installed separately as part of BioNetGen installation; the developers recommend `ActivePerl`_.
For Windows, Perl must be installed separately, as described :ref:`above <windows_install>`.
The current BioNetGen distribution includes support for both network-based simulations and network-free simulations.

.. _set_bng_path:
Expand Down
2 changes: 1 addition & 1 deletion pybnf/pybnf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import pickle


__version__ = "1.0.0"
__version__ = "1.0.1"


def main():
Expand Down

0 comments on commit 583cfca

Please sign in to comment.