aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/setup.py b/Python/setup.py
index 05d7e1c5b..b62f3f978 100644
--- a/Python/setup.py
+++ b/Python/setup.py
@@ -28,7 +28,7 @@ else:
package_data = {}
setup (name = 'pywarpx',
- version = '20.03',
+ version = '20.04',
packages = ['pywarpx'],
package_dir = {'pywarpx':'pywarpx'},
description = """Wrapper of WarpX""",