Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robintw committed Jan 22, 2014
1 parent c37ef7a commit 5beecd7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 1.4.0
current_version = 1.4.1
files = setup.py doc/source/conf.py Py6S/sixs.py

2 changes: 1 addition & 1 deletion Py6S/sixs.py
Expand Up @@ -83,7 +83,7 @@ class SixS(object):
min_wv = None
max_wv = None

__version__ = "1.4.0"
__version__ = "1.4.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
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '1.4.0'
version = '1.4.1'
# The full version, including alpha/beta/rc tags.
release = '1.4.0'
release = '1.4.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
Expand Up @@ -30,7 +30,7 @@ def read(fname):
packages = ['Py6S', 'Py6S.Params', 'Py6S.SixSHelpers'],
requires = ['pysolar'],
install_requires = ['pysolar'],
version = "1.4.0",
version = "1.4.1",
author = "Robin Wilson",
author_email = "robin@rtwilson.com",
description = ("""A wrapper for the 6S Radiative Transfer Model to make it easy to run simulations
Expand Down

0 comments on commit 5beecd7

Please sign in to comment.