File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55[project ]
66name = " deep-image-matching"
77description = " Multiview matching with deep-learning and hand-crafted local features for COLMAP and other SfM software."
8- version = " 1.3 .0"
8+ version = " 2.0 .0"
99readme = " README.md"
1010authors = [
1111 {
name =
" Francesco Ioli" ,
email =
" [email protected] " },
@@ -78,7 +78,7 @@ path = "src/deep_image_matching/__init__.py"
7878addopts = [" --import-mode=importlib" ]
7979
8080[tool .bumpver ]
81- current_version = " 1.3 .0"
81+ current_version = " 2.0 .0"
8282version_pattern = " MAJOR.MINOR.PATCH"
8383commit_message = " bump version {old_version} -> {new_version}"
8484commit = true
Original file line number Diff line number Diff line change 1- __version__ = "1.3 .0"
1+ __version__ = "2.0 .0"
22
33import importlib
44import logging
You can’t perform that action at this time.
0 commit comments