aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2022-05-03 09:45:34 -0700
committerGravatar GitHub <noreply@github.com> 2022-05-03 16:45:34 +0000
commita7cf8a4959df0e5cd5c5a97fce0bcafbeeee5655 (patch)
tree00a08fe7faacd20a93fa5025b15aa63d65db32bc /Python
parent2106601d3962f2f9655be9b9c9257742525260f4 (diff)
downloadWarpX-a7cf8a4959df0e5cd5c5a97fce0bcafbeeee5655.tar.gz
WarpX-a7cf8a4959df0e5cd5c5a97fce0bcafbeeee5655.tar.zst
WarpX-a7cf8a4959df0e5cd5c5a97fce0bcafbeeee5655.zip
Release 22.05 (#3076)
* AMReX: 22.05 * PICSAR: 22.05 * WarpX: 22.05 * Fix issue with RZ electrostatic solver Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
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 734ebb0b9..ac230c573 100644
--- a/Python/setup.py
+++ b/Python/setup.py
@@ -54,7 +54,7 @@ else:
package_data = {}
setup(name = 'pywarpx',
- version = '22.04',
+ version = '22.05',
packages = ['pywarpx'],
package_dir = {'pywarpx': 'pywarpx'},
description = """Wrapper of WarpX""",