Skip to content

Commit fc92330

Browse files
patch bump revert pipname
1 parent dcfddc7 commit fc92330

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
from setuptools import setup
22

33
setup(
4-
name = 'crowdsource',
4+
name = 'crowdsourcephoto',
55
packages = ['crowdsource'],
6-
version = '0.5.8',
6+
version = '0.5.9',
77
description = 'Crowded field photometry pipeline',
88
author = 'Andrew Saydjari',
99
author_email = 'aksaydjari@gmail.com',
1010
url = 'https://github.com/schlafly/crowdsource',
11-
download_url = 'https://github.com/schlafly/crowdsource/archive/refs/tags/v0.5.8.tar.gz',
11+
download_url = 'https://github.com/schlafly/crowdsource/archive/refs/tags/v0.5.9.tar.gz',
1212
license = 'MIT',
1313
install_requires=[
1414
'astropy',

0 commit comments

Comments
 (0)