Merge pull request #18 from oldfly/develop

CHANGE.md update for version 0.0.5 and bumpversion fix
diff --git a/python-toolbox/.bumpversion.cfg b/python-toolbox/.bumpversion.cfg
index dd72cce..2938b3c 100644
--- a/python-toolbox/.bumpversion.cfg
+++ b/python-toolbox/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.0.4
+current_version = 0.0.5
 
 [bumpversion:file:marvin_python_toolbox/VERSION]
 
diff --git a/python-toolbox/CHANGES.md b/python-toolbox/CHANGES.md
index f88edae..0cf8ca6 100644
--- a/python-toolbox/CHANGES.md
+++ b/python-toolbox/CHANGES.md
@@ -1,5 +1,22 @@
 ## Changes log
 
+### 0.0.5
+
+   - Artifact reload bug fix #3 #5
+   - Dependency Links Deprecation & Remove #14
+   - Dependencies version fix for MacOS env #17
+   - General contribution file update #10
+   - CI update
+     - Move Travis CI out from sub-directory #1 #5
+     - Travis CI retry #6
+     - Travis CI sbt batch mode #7 #8
+     - Pytest-Cov Version Requirement Update #9
+   - Readme update
+     - Tutorial book link update #2 #4 #11
+     - Install links update to Apache Website #12
+   - License Update
+     - Move License out for Github #13
+
 ### 0.0.4
 
    - Docs.yaml file update for metrics api
diff --git a/python-toolbox/marvin_python_toolbox/management/templates/python-engine/setup.py b/python-toolbox/marvin_python_toolbox/management/templates/python-engine/setup.py
index b4c128e..40d82f0 100644
--- a/python-toolbox/marvin_python_toolbox/management/templates/python-engine/setup.py
+++ b/python-toolbox/marvin_python_toolbox/management/templates/python-engine/setup.py
@@ -162,7 +162,7 @@
         'numpy>=1.13.1',
         'pandas>=0.20.3',
         'matplotlib>=2.0.2',
-        'marvin-python-toolbox>=0.0.4',
+        'marvin-python-toolbox>={{project.toolbox_version}}',
         'Fabric>=1.14.0',
     ],
     tests_require=REQUIREMENTS_TESTS,