Skip to content

Commit f6b988a

Browse files
committed
chore(version): v0.5.3
* New features 1. feat(models): add mobilenet_v3_large / mobilenet_v3_small. [5afd5a4](https://github.com/zjykzj/SimpleIR/tree/5afd5a457c641bd999cc8ac0dfd390c2c8d051ed) * Bug fixes * Breaking changes
1 parent 67b211b commit f6b988a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# CHANGE
33

4+
## v0.5.3
5+
6+
* New features
7+
1. feat(models): add mobilenet_v3_large / mobilenet_v3_small. [5afd5a457](https://github.com/zjykzj/SimpleIR/tree/5afd5a457c641bd999cc8ac0dfd390c2c8d051ed)
8+
* Bug fixes
9+
* Breaking changes
10+
411
## v0.5.2
512

613
* New features

simpleir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
@description:
88
"""
99

10-
__version__ = '0.5.2'
10+
__version__ = '0.5.3'

0 commit comments

Comments
 (0)