Skip to content

Commit

Permalink
Version bump. Not sure how the answers got in there
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Nov 16, 2016
1 parent 955d303 commit 7096ac9
Show file tree
Hide file tree
Showing 5 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,9 +79,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.1'
version = '1.2.0'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '1.2.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 @@ -60,7 +60,7 @@ pyXSIM is released under a `BSD 3-clause license <https://opensource.org/license
Current Version
---------------

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

Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion pyxsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.1"
__version__ = "1.2.0"

from pyxsim.source_models import \
SourceModel, \
Expand Down
Binary file removed pyxsim9/pyxsim9.db
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(name='pyxsim',
packages=['pyxsim'],
version='1.1.1',
version='1.2.0',
description='Python package for simulating X-ray observations of astrophysical sources',
author='John ZuHone',
author_email='[email protected]',
Expand Down

0 comments on commit 7096ac9

Please sign in to comment.