Skip to content

Commit

Permalink
Merge pull request #476 from MetOffice/release-v0.20.9
Browse files Browse the repository at this point in the history
bump version to v0.20.9
  • Loading branch information
andrewgryan authored Feb 24, 2022
2 parents c2478a1 + b85642d commit fdf417c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion forest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
.. automodule:: forest.services
"""
__version__ = "0.20.8"
__version__ = "0.20.9"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@


def find_version():
"""locate package version from forest/__init__.py"""
path = os.path.join(os.path.dirname(__file__), NAME, "__init__.py")
with open(path) as stream:
contents = stream.read()
Expand Down

0 comments on commit fdf417c

Please sign in to comment.