We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb2793 commit 0771500Copy full SHA for 0771500
1 file changed
setup.py
@@ -5,12 +5,12 @@
5
6
setup(
7
name='ssbio',
8
- version='0.9.9.7',
+ version='0.9.9.8',
9
author='Nathan Mih',
10
author_email='nmih@ucsd.edu',
11
license='MIT',
12
url='http://github.com/SBRG/ssbio',
13
- download_url = 'https://github.com/SBRG/ssbio/archive/v0.9.9.7.tar.gz',
+ download_url = 'https://github.com/SBRG/ssbio/archive/v0.9.9.8.tar.gz',
14
description='Tools to enable structural systems biology',
15
packages=find_packages(),
16
package_dir={'ssbio': 'ssbio'},
0 commit comments