Skip to content

Commit

Permalink
Bumped to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robintw committed Jul 3, 2014
1 parent 7cf7ef9 commit e9f58df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.5.1
files = setup.py doc/source/conf.py Py6S/sixs.py

2 changes: 1 addition & 1 deletion Py6S/sixs.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class SixS(object):
min_wv = None
max_wv = None

__version__ = "1.5.0"
__version__ = "1.5.1"

def __init__(self, path=None):
"""Initialises the class and finds the right 6S executable to use.
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '1.5.0'
version = '1.5.1'
# The full version, including alpha/beta/rc tags.
release = '1.5.0'
release = '1.5.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 @@ -30,7 +30,7 @@ def read(fname):
packages = ['Py6S', 'Py6S.Params', 'Py6S.SixSHelpers'],
requires = ['pysolar'],
install_requires = ['pysolar'],
version = "1.5.0",
version = "1.5.1",
author = "Robin Wilson",
author_email = "[email protected]",
description = ("""A wrapper for the 6S Radiative Transfer Model to make it easy to run simulations
Expand Down

0 comments on commit e9f58df

Please sign in to comment.