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