Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Sep 1, 2017
1 parent 83a430a commit 6180290
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
# built documents.
#

release = "1.3.0"
version = "1.3.0"
release = "2.0.0"
version = "2.0.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ SOXS is released under a `BSD 3-clause license <https://opensource.org/licenses/
Current Version
---------------

The current stable version is 1.3.0. See the :ref:`changelog` for details on changes from previous
The current stable version is 2.0.0. See the :ref:`changelog` for details on changes from previous
versions.

Documentation Contents
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(name='soxs',
packages=find_packages(),
version="1.3.0",
version="2.0.0",
description='Simulated Observations of X-ray Sources',
author='John ZuHone',
author_email='john.zuhone@cfa.harvard.edu',
Expand Down
2 changes: 1 addition & 1 deletion soxs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.0"
__version__ = "2.0.0"

from soxs.utils import soxs_cfg

Expand Down

0 comments on commit 6180290

Please sign in to comment.