Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Potatoasad authored Nov 16, 2023
1 parent 32be00b commit e6e88f8
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 @@ -9,13 +9,13 @@
#detector PSDs and posterior samples - all in one place'''

setup(name='ringdb',
version='0.1.3.4',
version='0.1.3.5',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Asad Hussain',
author_email='asadh@utexas.edu',
url='https://github.com/potatoasad/ringdb',
download_url='https://github.com/Potatoasad/ringdb/archive/refs/tags/v0.1.3.4.zip',
download_url='https://github.com/Potatoasad/ringdb/archive/refs/tags/v0.1.3.5.zip',
license='MIT',
packages=['ringdb'],
package_data={'ringdb': ['metadb/*']},
Expand Down

0 comments on commit e6e88f8

Please sign in to comment.