Skip to content

Commit

Permalink
Naming for PyPi..
Browse files Browse the repository at this point in the history
  • Loading branch information
nmih committed Mar 5, 2019
1 parent 7cee304 commit e9449e6
Showing 1 changed file with 2 additions and 2 deletions.
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.8a',
version='0.9.9.8.post1',
author='Nathan Mih',
author_email='nmih@ucsd.edu',
license='MIT',
url='http://github.com/SBRG/ssbio',
download_url = 'https://github.com/SBRG/ssbio/archive/v0.9.9.8a.tar.gz',
download_url = 'https://github.com/SBRG/ssbio/archive/v0.9.9.8.post1.tar.gz',
description='Tools to enable structural systems biology',
packages=find_packages(),
package_dir={'ssbio': 'ssbio'},
Expand Down

0 comments on commit e9449e6

Please sign in to comment.