Skip to content

Commit

Permalink
Bumping Trident's version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
chummels committed Dec 14, 2016
1 parent 8afb668 commit b68940c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '1.0.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name = "trident",
version = "1.0.0",
version = "1.0.1",
author = "Cameron Hummels, Devin Silvia, Britton Smith",
author_email = "trident-project-users@googlegroups.com",
description = ("Spectrum generator for astrophysical simulation data"),
Expand Down
2 changes: 1 addition & 1 deletion trident/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# The full license is in the file LICENSE, distributed with this software.
#-----------------------------------------------------------------------------

__version__ = "1.0.0"
__version__ = "1.0.1"

# Must run import_check() before anything else is imported to avoid
# astropy error when importing trident in trident package directory
Expand Down

0 comments on commit b68940c

Please sign in to comment.