Skip to content

Commit 18cd120

Browse files
committed
version update
1 parent 6492944 commit 18cd120

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.0.10] - 2022-06-06
2+
### Changed
3+
- Updated `BaseModelConfigs` in `mltu.configs.py` to include instance_attributes
4+
- Some minor changes
5+
16
## [1.0.9] - 2022-05-24
27
### Changed
38
- Fixed styling, changed all string from single quotes to double quotes, corrected comments, etc.

mltu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.9"
1+
__version__ = "1.0.10"
22

33
from .annotations.images import Image
44
from .annotations.images import CVImage

0 commit comments

Comments
 (0)