diff --git a/setup.py b/setup.py index c737d5f..7043c4e 100644 --- a/setup.py +++ b/setup.py @@ -1,14 +1,14 @@ from setuptools import setup setup( - name = 'crowdsource', + name = 'crowdsourcephoto', packages = ['crowdsource'], - version = '0.5.8', + version = '0.5.9', description = 'Crowded field photometry pipeline', author = 'Andrew Saydjari', author_email = 'aksaydjari@gmail.com', url = 'https://github.com/schlafly/crowdsource', - download_url = 'https://github.com/schlafly/crowdsource/archive/refs/tags/v0.5.8.tar.gz', + download_url = 'https://github.com/schlafly/crowdsource/archive/refs/tags/v0.5.9.tar.gz', license = 'MIT', install_requires=[ 'astropy',