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