We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b49b8 commit b9d0871Copy full SHA for b9d0871
coralnet_toolbox/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package for CoralNet-Toolbox."""
2
3
-__version__ = "0.0.103"
+__version__ = "0.0.104"
4
__author__ = "Jordan Pierce"
5
__email__ = "jordan.pierce@noaa.gov"
6
__credits__ = "National Center for Coastal and Ocean Sciences (NCCOS)"
pyproject.toml
[project]
name = "coralnet-toolbox"
-version = "0.0.103"
+version = "0.0.104"
dynamic = [
"dependencies",
@@ -43,7 +43,7 @@ universal = true
43
44
45
[tool.bumpversion]
46
-current_version = "0.0.103"
+current_version = "0.0.104"
47
commit = true
48
tag = true
49
0 commit comments