Merge pull request #3 from apache/develop

update forked develop branch
diff --git a/.travis.yml b/.travis.yml
index 3628d48..63f9acc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,6 +58,7 @@
         - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkvirtualenv marvin-env        ; fi
       install:
         - travis_retry pip install codecov
+        - travis_retry pip install unidecode
         - make marvin
       script:
         - marvin test
@@ -85,6 +86,7 @@
         - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkvirtualenv marvin-env        ; fi
       install:
         - travis_retry pip install codecov
+        - travis_retry pip install unidecode
         - make marvin
       script:
         - marvin test
diff --git a/engine-executor/README.md b/engine-executor/README.md
index 1c574e5..d31bb12 100644
--- a/engine-executor/README.md
+++ b/engine-executor/README.md
@@ -1,14 +1,12 @@
 [![Build Status](https://travis-ci.org/marvin-ai/marvin-engine-executor.svg)](https://travis-ci.org/marvin-ai/marvin-engine-executor) [![codecov](https://codecov.io/gh/marvin-ai/marvin-engine-executor/branch/master/graph/badge.svg)](https://codecov.io/gh/marvin-ai/marvin-engine-executor)
 
-[![Join the chat at https://gitter.im/gitterHQ/gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/marvin-ai)
-
 # Marvin Engine Executor (Server)
 
 This is the component responsable for coordinate execution of the steps (actions) in a Marvin engine. The engine-executor
 is able to communicate with engines through gRPC protocol. More details about the contract can be found 
 on the protobuf file.
 
-The latest stable build can be downloaded from [here](https://s3.amazonaws.com/marvin-engine-executor/marvin-engine-executor-assembly-0.0.4.jar).
+Last stable build v0.0.4 can be downloaded from [here](https://s3.amazonaws.com/marvin-engine-executor/marvin-engine-executor-assembly-0.0.4.jar).
 
 ### install requirements
 
@@ -41,3 +39,4 @@
 ```
 
 > Marvin is a project started at B2W Digital offices and released open source on September 2017.
+> The project is donated to Apache Software Foundation on August 2018.
diff --git a/engine-executor/build.sbt b/engine-executor/build.sbt
index af58722..d3a40a6 100644
--- a/engine-executor/build.sbt
+++ b/engine-executor/build.sbt
@@ -16,11 +16,11 @@
  */
 name := "marvin-engine-executor"
 
-version := "0.0.4"
+version := "0.0.5"
 
 scalaVersion := "2.12.3"
 
-organization := "com.github.marvin-ai"
+organization := "org.apache.marvin"
 
 PB.targets in Compile := Seq(
   scalapb.gen() -> (sourceManaged in Compile).value
@@ -81,4 +81,4 @@
 
 publishArtifact in Test := false
 
-useGpg := true
\ No newline at end of file
+useGpg := true
diff --git a/python-toolbox/README.md b/python-toolbox/README.md
index 1605767..6c18015 100644
--- a/python-toolbox/README.md
+++ b/python-toolbox/README.md
@@ -1,10 +1,8 @@
 [![Build Status](https://travis-ci.org/marvin-ai/marvin-python-toolbox.svg)](https://travis-ci.org/marvin-ai/marvin-python-toolbox) [![codecov](https://codecov.io/gh/marvin-ai/marvin-python-toolbox/branch/master/graph/badge.svg)](https://codecov.io/gh/marvin-ai/marvin-python-toolbox)
 
-[![Join the chat at https://gitter.im/gitterHQ/gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/marvin-ai)
+# Marvin Toolbox v0.0.5
 
-# Marvin Toolbox v0.0.4
-
-![](https://images-americanas.b2w.io/img/_staging/marvin/marvin.png)
+![](https://github.com/apache/incubator-marvin-website/blob/master/site/assets/themes/apache/img/logo.png?raw=true)
 
 # Quick Start
 
@@ -110,3 +108,4 @@
 ```
 
 > Marvin is a project started at B2W Digital offices and released open source on September 2017.
+> The project is donated to Apache Software Foundation on August 2018.
diff --git a/python-toolbox/marvin_python_toolbox/VERSION b/python-toolbox/marvin_python_toolbox/VERSION
index 81340c7..bbdeab6 100644
--- a/python-toolbox/marvin_python_toolbox/VERSION
+++ b/python-toolbox/marvin_python_toolbox/VERSION
@@ -1 +1 @@
-0.0.4
+0.0.5
diff --git a/python-toolbox/setup.py b/python-toolbox/setup.py
index 8e4526d..15ab5d1 100644
--- a/python-toolbox/setup.py
+++ b/python-toolbox/setup.py
@@ -80,7 +80,8 @@
     'urllib3>=1.21.1',
     'idna>=2.5',
     'bleach>=1.5.0',
-    'numpy==1.13.3'
+    'numpy>=1.16.2',
+    'Unidecode==1.0.23',
 ]
 
 # Test dependencies