We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dd85a commit 277b569Copy full SHA for 277b569
CHANGELOG.md
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
+## [2.0.1] - 2024-11-19
7
+
8
+### Fixed
9
+- Fixed call to copy in drawBoxesOnRGB ([issue22](https://github.com/multi-template-matching/MultiTemplateMatching-Python/issues/22))
10
11
12
## [2.0.0] - 2024-06-04
13
14
### Added
MTM/version.py
@@ -2,4 +2,4 @@
2
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
-__version__ = '2.0.0'
+__version__ = '2.0.1'
0 commit comments