Skip to content

Commit

Permalink
Released v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robintw committed Jan 21, 2014
1 parent 0931685 commit f889628
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[bumpversion]
current_version = 1.3.1
files = setup.py doc/source/conf.py Py6S/sixs.py
current_version = 1.4.0
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 @@ -83,7 +83,7 @@ class SixS(object):
min_wv = None
max_wv = None

__version__ = "1.3.1"
__version__ = "1.4.0"

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.3.1'
version = '1.4.0'
# The full version, including alpha/beta/rc tags.
release = '1.3.1'
release = '1.4.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 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.3.1",
version = "1.4.0",
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 f889628

Please sign in to comment.