We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55415d commit af1d9e7Copy full SHA for af1d9e7
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@
4
5
[project]
6
name = "deep_image_matching"
7
- version = "1.2.1"
+ version = "1.2.2"
8
description = "Multiview matching with deep-learning and hand-crafted local features for COLMAP and other SfM software."
9
readme = "README.md"
10
authors = [
@@ -68,7 +68,7 @@
68
]
69
70
[tool.bumpver]
71
- current_version = "1.2.1"
+ current_version = "1.2.2"
72
version_pattern = "MAJOR.MINOR.PATCH"
73
commit_message = "bump version {old_version} -> {new_version}"
74
commit = true
src/deep_image_matching/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.2.1"
+__version__ = "1.2.2"
2
3
import logging
from time import time
0 commit comments