Skip to content

Commit 25fcea7

Browse files
author
Peter Koval
committed
Bump version: 1.0.0 → 2.0.0
1 parent 63171d6 commit 25fcea7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.0.0"
2+
current_version = "2.0.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "eval-ab-3d-mot"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
description = "Evaluation for the Pure AB-3D-MOT."
55
readme = "README.md"
66
authors = [

src/eval_ab_3d_mot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""."""
22

3-
__version__ = '1.0.0'
3+
__version__ = '2.0.0'

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)