Skip to content

Commit

Permalink
bump version 1.8.0 -> 1.9.0
Browse files Browse the repository at this point in the history
Former-commit-id: a2fec07 [formerly ec6440a32a744f4ee75578e0cabf12c904ee9925]
Former-commit-id: fd863da
Former-commit-id: d8c5ed8
Former-commit-id: 69a88eb92c038262c9c63946d5f2194c636dd8c1
Former-commit-id: 36fecb92f1f5902ae3221f32512f0d836f2dae29
  • Loading branch information
franioli committed Sep 18, 2023
1 parent ce6c0cb commit 5f7c944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "icepy4d"
version = "1.8.0"
version = "1.9.0"
description = "4D Image-based Continuos monitoring of glaciers Evolution with low-cost stereo-cameras and Deep Learning photogrammetry."
readme = "README.md"
authors = [{ name = "Francesco Ioli", email = "[email protected]" }]
Expand Down Expand Up @@ -50,7 +50,7 @@ addopts = [
[tool.isort]
profile = "black"
[tool.bumpver]
current_version = "1.8.0"
current_version = "1.9.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/icepy4d/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version of the ICEpy4D package
__version__ = "1.8.0"
__version__ = "1.9.0"

0 comments on commit 5f7c944

Please sign in to comment.