Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coralnet_toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package for CoralNet-Toolbox."""

__version__ = "1.0.1"
__version__ = "1.0.2"
__author__ = "Jordan Pierce"
__email__ = "jordan.pierce@noaa.gov"
__credits__ = "National Center for Coastal and Ocean Sciences (NCCOS)"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "coralnet-toolbox"
version = "1.0.1"
version = "1.0.2"

dynamic = [
"dependencies",
Expand Down Expand Up @@ -43,7 +43,7 @@ universal = true


[tool.bumpversion]
current_version = "1.0.1"
current_version = "1.0.2"
commit = true
tag = true

Expand Down
Loading