diff --git a/setup.py b/setup.py
index 4038151f35e97a8813ec0ed6e38ab45fe46f9cce..518d5ba2c0d363e5d92d7bf150c2f6f58a6e44f9 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from Cython.Build import cythonize
 import numpy
 
 setup(name='postpic',
-      version='0.1.2',
+      version='0.2.0',
       author='Stephan Kuschel',
       author_email='stephan.kuschel@gmail.de',
       description='The open source particle-in-cell post processor.',