diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 0e12cc36..70b4dbcb 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.0.1
+current_version = 2.0.2
 commit = True
 tag = True
 tag_name = v{new_version}
diff --git a/setup.py b/setup.py
index f6d45986..59398dce 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 
 setup(
     name='shub',
-    version='2.0.1',
+    version='2.0.2',
     packages=['shub'],
     url='http://doc.scrapinghub.com/shub.html',
     description='Scrapinghub Command Line Client',
diff --git a/shub/__init__.py b/shub/__init__.py
index 3f390799..668c3446 100644
--- a/shub/__init__.py
+++ b/shub/__init__.py
@@ -1 +1 @@
-__version__ = '2.0.1'
+__version__ = '2.0.2'