Skip to content

Commit

Permalink
update version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
didillysquat committed Jan 12, 2021
1 parent 2d7e241 commit 4e07220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reefmapmaker/reefmapmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
warnings.filterwarnings("ignore", category=DownloadWarning)


__version__ = "v0.1.6"
__version__ = "v0.1.7"


class ReefMapMaker:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="reefmapmaker",
version='0.1.6',
version='0.1.7',
author="Benjamin C C Hume",
author_email="[email protected]",
description="Script to plot maps with reference coral reefs annotated.",
Expand Down

0 comments on commit 4e07220

Please sign in to comment.