diff --git a/VERSION b/VERSION
index 341cf11faf9a29504168de4e54beaad182c5adc5..7dff5b8921122a487162febe3c8e32effb7acb35 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.0
\ No newline at end of file
+0.2.1
\ No newline at end of file
diff --git a/fabfile.py b/fabfile.py
index 1b3669f7777ae46adab1bdcaa951179f12acde98..62c514c3d60479e905278f58f2918d46c921970a 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -14,7 +14,7 @@ def build():
 @task
 def clean():
     '''Clean.'''
-    local('''rm -rf *.pyc check_mysql_slave.egg-info build dist''')
+    local('''rm -rf *.pyc *.egg-info build dist''')
 
 
 @task