Skip to content

Commit

Permalink
patch bump revert pipname
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-saydjari committed Feb 7, 2023
1 parent dcfddc7 commit fc92330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit fc92330

Please sign in to comment.