From 468e8f2242f958cb2b691a1834a149920fd171d6 Mon Sep 17 00:00:00 2001 From: Jesse Mapel Date: Tue, 6 Aug 2019 09:06:49 -0700 Subject: [PATCH] Updated setup.py (#241) --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b5ecc60..0ca03d7 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(), -- GitLab