From d33aa646deffd5fe7dbfc25dd352c0f588920144 Mon Sep 17 00:00:00 2001 From: Simon Torres Date: Wed, 17 Jul 2019 11:22:11 -0400 Subject: [PATCH] Changed to suggested title and changed version to 0.1.0 --- docs/index.rst | 4 ++-- goodman_lamps/version.py | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 8de8f65..2d81f98 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,8 +3,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to Reference Lamps Library's documentation! -=================================================== +Goodman Spectrograph Reference Lamp Library +=========================================== .. image:: https://readthedocs.org/projects/goodman-lamps/badge/?version=latest :target: https://goodman-lamps.readthedocs.io/en/latest/?badge=latest diff --git a/goodman_lamps/version.py b/goodman_lamps/version.py index 05c1744..1e7c00c 100644 --- a/goodman_lamps/version.py +++ b/goodman_lamps/version.py @@ -1,2 +1,2 @@ # This is an automatic generated file please do not edit -__version__ = '0.1.1.dev1' \ No newline at end of file +__version__ = '0.1.0' \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index f3a11ab..aed0ddd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,4 +24,4 @@ edit_on_github = False github_project = soar-telescope/goodman-lamps-lib # install_requires = astropy six gwcs scipy # version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) -version = 0.1.1.dev1 +version = 0.1.0