Skip to content

Commit 5da3b5f

Browse files
committed
correct version attribute
1 parent 42b27d4 commit 5da3b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MTM/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .NMS import NMS
88

99
__all__ = ['NMS']
10-
__version__ = '1.15.1'
10+
__version__ = '1.5.1'
1111

1212
def _findLocalMax_(corrMap, score_threshold=0.6):
1313
'''

0 commit comments

Comments
 (0)