diff --git a/setup.py b/setup.py index b5ecc602437e7fcdbb980d39387b32bed8afc1d5..0ca03d766bd6bd426a97b40af37f6d2733a0b893 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages NAME = "Ale" -VERSION = "0.2.0" +VERSION = "0.3.0" # To install the library, run the following # @@ -17,7 +17,8 @@ setup( name=NAME, version=VERSION, description="Abstraction Layer for Ephemerides", - author_email="jlaura@usgs.gov", + author="USGS ASC Development Team", + author_email="", url="", keywords=[""], packages=find_packages(),