Skip to content

Commit 583cfca

Browse files
committed
Update version to 1.0.1
+ minor docs edits.
1 parent 24af099 commit 583cfca

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Documentation_PyBioNetFit.pdf

2.84 KB
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 = '1.0.0'
27+
version = '1.0.1'
2828
# The full version, including alpha/beta/rc tags
29-
release = 'v1.0.0'
29+
release = 'v1.0.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/installation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Also confirm that your Python 3 has the ``pip`` package manager, which is used t
2626
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.
2727
Instructions for installing on various platforms can be found on the `Anaconda`_ website.
2828

29+
.. _windows_install:
30+
2931
Windows
3032
^^^^^^^
3133

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

8385
.. _set_bng_path:

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__ = "1.0.0"
24+
__version__ = "1.0.1"
2525

2626

2727
def main():

0 commit comments

Comments
 (0)