From 994b6cb6312e756dd8ef3dfc80d0e8cb910865ff Mon Sep 17 00:00:00 2001
From: Kai Chen <chenkaidev@gmail.com>
Date: Sat, 20 Oct 2018 14:37:06 +0800
Subject: [PATCH] update version

---
 README.md | 6 ++++++
 setup.py  | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f66c809..7315797 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,12 @@ which is heavily depended on by this toolbox.
 
 This project is released under the [GPLv3 license](LICENSE).
 
+## Updates
+
+v0.5.1 (20/10/2018)
+- Add BBoxAssigner and BBoxSampler, the `train_cfg` field in config files are restructured.
+- `ConvFCRoIHead` / `SharedFCRoIHead` are renamed to `ConvFCBBoxHead` / `SharedFCBBoxHead` for consistency.
+
 ## Benchmark and model zoo
 
 We provide our baseline results and the comparision with Detectron, the most
diff --git a/setup.py b/setup.py
index 1ebe317..1803b73 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ def readme():
 
 MAJOR = 0
 MINOR = 5
-PATCH = 0
+PATCH = 1
 SUFFIX = ''
 SHORT_VERSION = '{}.{}.{}{}'.format(MAJOR, MINOR, PATCH, SUFFIX)
 
-- 
GitLab