Skip to content

Commit af1d9e7

Browse files
committed
bump version 1.2.1 -> 1.2.2
1 parent f55415d commit af1d9e7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1"
7+
version = "1.2.2"
88
description = "Multiview matching with deep-learning and hand-crafted local features for COLMAP and other SfM software."
99
readme = "README.md"
1010
authors = [
@@ -68,7 +68,7 @@
6868
]
6969

7070
[tool.bumpver]
71-
current_version = "1.2.1"
71+
current_version = "1.2.2"
7272
version_pattern = "MAJOR.MINOR.PATCH"
7373
commit_message = "bump version {old_version} -> {new_version}"
7474
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.1"
1+
__version__ = "1.2.2"
22

33
import logging
44
from time import time

0 commit comments

Comments
 (0)