diff --git a/pyproject.toml b/pyproject.toml index 70518a1e..a2808e35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "seaice_ecdr" -version = "1.0.0" +version = "1.0.1" [tool.bumpversion] -current_version = "1.0.0" +current_version = "1.0.1" commit = false tag = false diff --git a/seaice_ecdr/__init__.py b/seaice_ecdr/__init__.py index 19a6883b..e88f979f 100644 --- a/seaice_ecdr/__init__.py +++ b/seaice_ecdr/__init__.py @@ -6,7 +6,7 @@ from seaice_ecdr.constants import LOGS_DIR -__version__ = "v1.0.0" +__version__ = "v1.0.1" # The standard loguru log levels, in increasing order of severity, are: # TRACE, DEBUG, INFO, SUCCESS, WARNING, ERROR, CRITICAL