Skip to content

Commit

Permalink
Bumped to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robintw committed Jan 31, 2017
1 parent 1677ccb commit 0027574
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.6.2
current_version = 1.7.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 @@ -92,7 +92,7 @@ class SixS(object):
min_wv = None
max_wv = None

__version__ = "1.6.2"
__version__ = "1.7.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.6.2'
version = '1.7.0'
# The full version, including alpha/beta/rc tags.
release = '1.6.2'
release = '1.7.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 @@ -48,7 +48,7 @@ def read_file(filepath, root=PROJECT_ROOT):
name = "Py6S",
packages = ['Py6S', 'Py6S.Params', 'Py6S.SixSHelpers'],
install_requires = REQS,
version = "1.6.2",
version = "1.7.0",
author = "Robin Wilson",
author_email = "[email protected]",
description = SHORT_DESCRIPTION,
Expand Down

0 comments on commit 0027574

Please sign in to comment.