From 01ea6929c9aff37a97ee08afaa6e1b9c1dfa05a3 Mon Sep 17 00:00:00 2001
From: Stephan Kuschel <stephan.kuschel@gmail.com>
Date: Thu, 31 Mar 2016 21:30:12 +0200
Subject: [PATCH] bump to v0.2.2

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

diff --git a/setup.py b/setup.py
index 2d979c4..4902910 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from Cython.Build import cythonize
 import numpy
 
 setup(name='postpic',
-      version='0.2.1',
+      version='0.2.2',
       author='Stephan Kuschel',
       author_email='stephan.kuschel@gmail.de',
       description='The open source particle-in-cell post processor.',
-- 
GitLab