diff options
author | 2022-05-03 09:45:34 -0700 | |
---|---|---|
committer | 2022-05-03 16:45:34 +0000 | |
commit | a7cf8a4959df0e5cd5c5a97fce0bcafbeeee5655 (patch) | |
tree | 00a08fe7faacd20a93fa5025b15aa63d65db32bc /setup.py | |
parent | 2106601d3962f2f9655be9b9c9257742525260f4 (diff) | |
download | WarpX-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 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ with open('./requirements.txt') as f: setup( name='pywarpx', # note PEP-440 syntax: x.y.zaN but x.y.z.devN - version = '22.04', + version = '22.05', packages = ['pywarpx'], package_dir = {'pywarpx': 'Python/pywarpx'}, author='Jean-Luc Vay, David P. Grote, Maxence Thévenet, Rémi Lehe, Andrew Myers, Weiqun Zhang, Axel Huebl, et al.', |