diff --git a/pyproject.toml b/pyproject.toml index a2808e35..e3dd5627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "seaice_ecdr" -version = "1.0.1" +version = "1.0.2" [tool.bumpversion] -current_version = "1.0.1" +current_version = "1.0.2" commit = false tag = false diff --git a/seaice_ecdr/__init__.py b/seaice_ecdr/__init__.py index e88f979f..b499c0d3 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.1" +__version__ = "v1.0.2" # The standard loguru log levels, in increasing order of severity, are: # TRACE, DEBUG, INFO, SUCCESS, WARNING, ERROR, CRITICAL