"vscode:/vscode.git/clone" did not exist on "98fa5a3b4e5a703a6c0676c2caf1880ddde821d8"
Commit ede8aec6 authored by Kai Chen's avatar Kai Chen
Browse files

update version to 0.5.4

parent 44524e70
......@@ -36,6 +36,9 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates
v0.5.4 (27/11/2018)
- Add SingleStageDetector and RetinaNet.
v0.5.3 (26/11/2018)
- Add Cascade R-CNN and Cascade Mask R-CNN.
......
......@@ -12,7 +12,7 @@ def readme():
MAJOR = 0
MINOR = 5
PATCH = 3
PATCH = 4
SUFFIX = ''
SHORT_VERSION = '{}.{}.{}{}'.format(MAJOR, MINOR, PATCH, SUFFIX)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment