Skip to content

Commit 53fe172

Browse files
committed
Bumpversion for v2.1.0
1 parent 63e0c7b commit 53fe172

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "seaice_ecdr"
3-
version = "2.0.0"
3+
version = "2.1.0"
44

55
[tool.bumpversion]
6-
current_version = "2.0.0"
6+
current_version = "2.1.0"
77
commit = false
88
tag = false
99

seaice_ecdr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from seaice_ecdr.constants import LOGS_DIR
88

9-
__version__ = "v2.0.0"
9+
__version__ = "v2.1.0"
1010

1111
# The standard loguru log levels, in increasing order of severity, are:
1212
# TRACE, DEBUG, INFO, SUCCESS, WARNING, ERROR, CRITICAL

0 commit comments

Comments
 (0)