Skip to content

Commit b9d0871

Browse files
committed
Bump version: 0.0.103 → 0.0.104
1 parent 65b49b8 commit b9d0871

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

coralnet_toolbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package for CoralNet-Toolbox."""
22

3-
__version__ = "0.0.103"
3+
__version__ = "0.0.104"
44
__author__ = "Jordan Pierce"
55
__email__ = "jordan.pierce@noaa.gov"
66
__credits__ = "National Center for Coastal and Ocean Sciences (NCCOS)"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "coralnet-toolbox"
3-
version = "0.0.103"
3+
version = "0.0.104"
44

55
dynamic = [
66
"dependencies",
@@ -43,7 +43,7 @@ universal = true
4343

4444

4545
[tool.bumpversion]
46-
current_version = "0.0.103"
46+
current_version = "0.0.104"
4747
commit = true
4848
tag = true
4949

0 commit comments

Comments
 (0)