Skip to content

Commit c22859b

Browse files
committed
bump version 1.2.3 -> 1.2.4
1 parent bb28a85 commit c22859b

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 @@
44

55
[project]
66
name = "deep_image_matching"
7-
version = "1.2.2"
7+
version = "1.2.4"
88
description = "Multiview matching with deep-learning and hand-crafted local features for COLMAP and other SfM software."
99
readme = "README.md"
1010
authors = [
@@ -69,7 +69,7 @@
6969
]
7070

7171
[tool.bumpver]
72-
current_version = "1.2.2"
72+
current_version = "1.2.4"
7373
version_pattern = "MAJOR.MINOR.PATCH"
7474
commit_message = "bump version {old_version} -> {new_version}"
7575
commit = true

src/deep_image_matching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.2"
1+
__version__ = "1.2.4"
22

33
import logging
44
from time import time

0 commit comments

Comments
 (0)