From 9e978fcb4824dbc27afd74bf1572753014995611 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 3 Sep 2020 11:58:00 -0400 Subject: [PATCH] version --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e9b6026..cad8f40 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='FLEET', - version='0.1', + version='1.0.0', description='Finding Luminous and Exotic Extragalactic Transients', url='https://github.com/gmzsebastian/FLEET', author=['Sebastian Gomez'], @@ -35,5 +35,3 @@ ], test_suite='nose.collector', zip_safe = False) - -