Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robintw committed Dec 11, 2021
1 parent 977c9b5 commit de5fe46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[bumpversion]
current_version = 1.9.0
current_version = 1.9.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 @@ -116,7 +116,7 @@ class SixS(object):
min_wv = None
max_wv = None

__version__ = "1.9.0"
__version__ = "1.9.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 @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = "1.9.0"
version = "1.9.1"
# The full version, including alpha/beta/rc tags.
release = "1.9.0"
release = "1.9.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 @@ -45,7 +45,7 @@ def read_file(filepath, root=PROJECT_ROOT):
packages=["Py6S", "Py6S.Params", "Py6S.SixSHelpers"],
install_requires=REQS,
python_requires=">=3",
version="1.9.0",
version="1.9.1",
author="Robin Wilson",
author_email="[email protected]",
description=SHORT_DESCRIPTION,
Expand Down

0 comments on commit de5fe46

Please sign in to comment.