Skip to content

Commit 2871463

Browse files
author
Christoph.Heindl
committed
version bump
1 parent 9d138d8 commit 2871463

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

motmetrics/__init__.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
from __future__ import print_function
1717

1818
__all__ = [
19-
'distances',
20-
'io',
21-
'lap',
22-
'metrics',
23-
'utils',
24-
'MOTAccumulator',
19+
"distances",
20+
"io",
21+
"lap",
22+
"metrics",
23+
"utils",
24+
"MOTAccumulator",
2525
]
2626

2727
from motmetrics import distances
@@ -32,4 +32,4 @@
3232
from motmetrics.mot import MOTAccumulator
3333

3434
# Needs to be last line
35-
__version__ = '1.2.0'
35+
__version__ = "1.2.5"

0 commit comments

Comments
 (0)