Skip to content

Commit 5f7c944

Browse files
committed
bump version 1.8.0 -> 1.9.0
Former-commit-id: a2fec07 [formerly ec6440a32a744f4ee75578e0cabf12c904ee9925] Former-commit-id: fd863da Former-commit-id: d8c5ed8 Former-commit-id: 69a88eb92c038262c9c63946d5f2194c636dd8c1 Former-commit-id: 36fecb92f1f5902ae3221f32512f0d836f2dae29
1 parent ce6c0cb commit 5f7c944

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "icepy4d"
7-
version = "1.8.0"
7+
version = "1.9.0"
88
description = "4D Image-based Continuos monitoring of glaciers Evolution with low-cost stereo-cameras and Deep Learning photogrammetry."
99
readme = "README.md"
1010
authors = [{ name = "Francesco Ioli", email = "[email protected]" }]
@@ -50,7 +50,7 @@ addopts = [
5050
[tool.isort]
5151
profile = "black"
5252
[tool.bumpver]
53-
current_version = "1.8.0"
53+
current_version = "1.9.0"
5454
version_pattern = "MAJOR.MINOR.PATCH"
5555
commit_message = "bump version {old_version} -> {new_version}"
5656
commit = true

src/icepy4d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version of the ICEpy4D package
2-
__version__ = "1.8.0"
2+
__version__ = "1.9.0"

0 commit comments

Comments
 (0)