Skip to content

Commit

Permalink
updated version numbers and pip install guides
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Aug 14, 2019
1 parent 23baddd commit 13fc230
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ the `official sbpy website <http://sbpy.org>`_.
Installation
------------

The current development version of sbpy can be installed with pip:
The current stable version of sbpy can be installed with pip:

.. code-block:: bash
$ pip install git+https://github.com/NASA-Planetary-Science/sbpy.git
$ pip install sbpy
For details on the installation process, please refer to the `detailed installation guide <https://sbpy.readthedocs.io/en/latest/install.html>`_.

Expand Down
7 changes: 7 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ wants to use them:
Using pip
^^^^^^^^^

The latest stable version of `sbpy` can be installed with

.. code-block:: bash
$ pip install sbpy
The latest development version of `sbpy` can be easily installed using

.. code-block:: bash
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ package_name = sbpy
description = A Python Module for Small-Body Planetary Astronomy
long_description =
author = sbpy team
author_email = mommermiscience@gmail.com
author_email = sbpy.dev@gmail.com
license = BSD 3-Clause
url = http://sbpy.org
edit_on_github = False
github_project = NASA-Planetary-Science/sbpy
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.2dev
install_requires = numpy,astropy-helpers,matplotlib,ads,synphot,astroquery

[pycodestyle]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440)
VERSION = metadata.get('version', '0.2dev')
VERSION = '0.2'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down

0 comments on commit 13fc230

Please sign in to comment.