diff --git a/.travis.yml b/.travis.yml
index 990173d..dc87b7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,11 @@ services:
script:
- docker build -t dp .
+
+deploy:
+ provider: pypi
+ user: sbesson
+ password:
+ secure: "OG9eBtpO/ywdrlhhROGqU0T4n/alMV0XHZ7vzKKp4hEU/NRsQNDegaP7LpCO+Gx8+jzBLJlxEv1mQWg+sHN/s4xo27EMCCPZdYLRIKGA+jZBKEfkL/msJOvpWDkEaH2DjUWifjHGMKxFOrg5dTK16hMVgEWCNpFLgVLw9fOI+KWergES7wVGYP18trNzQHmA43+SmImVaZ07NvRglBWd+S0lCXsFXtEwVVNG33kuMu9fbFfNlG8X26MHDHItoZ1PVc5E3xI8uEKAO5jOBP7gGXVJvyS9zy9reSt+5HR3kJK85fK6JBzOLOxzKSr3yk04rQhehXwgKlkH+LSLAt89+W1VuMx1x9ltBXeG1ZqjTKSAEsII5QzAUKBHiOb9EqmWc6ErUbTZGutITGHVRDJ/wTHEMVke8Kh8bW9Yyab3WpoX0qgw5MQ6SJgSWg2ZxcKOggdtDIMd9cwArBZjNgOequNefbySeQ7dVNq8XGF0ur1WeQVNlNMlo4/13yxJv+1/eYW+fwWS2SfeFueCxn1WTY7XsTxArcL7hEzqHHcQzWi3g7SPQSryMzvBz3frRel6MHyzPyhp1/TOmKrPoogM8FP1DUar6++yUwj7pZ7zU3Qdn5k2qKwNh82loUn4/bdDV3WyO3WK45Op1YgorHeoJr0QHEWj3clolvMy2DuqU2s="
+ on:
+ tags: true
diff --git a/README.rst b/README.rst
index 34ed9a0..4d548b5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,12 @@
A datapackage representation of cell migration-derived tracking files.
******************************************************************************
+.. image:: https://travis-ci.org/CellMigStandOrg/biotracks.svg?branch=master
+ :target: https://travis-ci.org/CellMigStandOrg/biotracks
+
+.. image:: https://badge.fury.io/py/biotracks.svg
+ :target: https://badge.fury.io/py/biotracks
+
This Python project aims to create a simple Python package to produce data packages of cell migration tracking files. The final goal is to have a uniform, standardized way to represent these data, as in `Frictionless Data `_ and `Data Packages `_ .
Steps to follow to use the package:
diff --git a/VERSION b/VERSION
index 17e51c3..3ea29b5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.1
+0.2.0b1