Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus authored Mar 16, 2018
1 parent fceec68 commit 1c1d45f
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
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name="aimfast",
version="0.0.1",
version="0.1.0",
description="An Astronomical Image Fidelity Assessment Tool.",
author="Athanaseus Ramaila",
author_email="[email protected]",
Expand All @@ -13,7 +13,7 @@
"Topic :: Software Development :: Libraries :: Python Modules"],
platforms=["OS Independent"],
install_requires=["astLib",
"astropy",
"astropy==2.0.4",
"astro-tigger",
"numpy",
"plotly",
Expand Down

0 comments on commit 1c1d45f

Please sign in to comment.