From 02c154a1e596ae97d4af50f8594644e0cf137cf5 Mon Sep 17 00:00:00 2001
From: Stephan Kuschel <stephan.kuschel@gmail.com>
Date: Thu, 31 Mar 2016 17:32:14 +0200
Subject: [PATCH] bump to v0.2.0

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 4038151..518d5ba 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.',
-- 
GitLab