From fc92330ceba465bf44517494509e175ce240e61c Mon Sep 17 00:00:00 2001 From: andrew-saydjari Date: Mon, 6 Feb 2023 22:01:36 -0500 Subject: [PATCH] patch bump revert pipname --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',