Skip to content

Commit 9620909

Browse files
committed
bump version 1.3.0 -> 2.0.0
1 parent 2ff8eec commit 9620909

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
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "deep-image-matching"
77
description = "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"
99
readme = "README.md"
1010
authors = [
1111
{ name = "Francesco Ioli", email = "[email protected]" },
@@ -78,7 +78,7 @@ path = "src/deep_image_matching/__init__.py"
7878
addopts = ["--import-mode=importlib"]
7979

8080
[tool.bumpver]
81-
current_version = "1.3.0"
81+
current_version = "2.0.0"
8282
version_pattern = "MAJOR.MINOR.PATCH"
8383
commit_message = "bump version {old_version} -> {new_version}"
8484
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.3.0"
1+
__version__ = "2.0.0"
22

33
import importlib
44
import logging

0 commit comments

Comments
 (0)