Commit 468e8f22 authored by Jesse Mapel's avatar Jesse Mapel Committed by jlaura
Browse files

Updated setup.py (#241)

parent 70296ece
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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(),