Skip to content

Commit

Permalink
Documentation updates for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
nmih committed Dec 12, 2017
1 parent 1067399 commit e6f5668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Check out some Jupyter notebook tutorials for a single Protein_ and or for many
Citation
========

The manuscript for the ``ssbio`` package can be found and cited at [1]_.
The manuscript for the ``ssbio`` package can currently be found and cited at bioRxiv [1]_.

.. [1] Mih, N. et al. ssbio: A Python Framework for Structural Systems Biology. bioRxiv 165506 (2017). doi:10.1101/165506
.. _Software Installations: https://github.com/SBRG/ssbio/wiki/Software-Installations
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

setup(
name='ssbio',
version='0.9.9.1',
version='0.9.9.2',
author='Nathan Mih',
author_email='[email protected]',
license='MIT',
url='http://github.com/SBRG/ssbio',
download_url = 'https://github.com/SBRG/ssbio/archive/v0.9.9.1.tar.gz',
download_url = 'https://github.com/SBRG/ssbio/archive/v0.9.9.2.tar.gz',
description='Tools to enable structural systems biology',
packages=find_packages(),
package_dir={'ssbio': 'ssbio'},
Expand Down

0 comments on commit e6f5668

Please sign in to comment.