-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug in applying bool arguments fix bug in checking color arguments
- Loading branch information
1 parent
4e07220
commit 028c89e
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setuptools.setup( | ||
name="reefmapmaker", | ||
version='0.1.7', | ||
version='0.1.8', | ||
author="Benjamin C C Hume", | ||
author_email="[email protected]", | ||
description="Script to plot maps with reference coral reefs annotated.", | ||
|