diff options
author | 2021-11-02 08:31:02 -0700 | |
---|---|---|
committer | 2021-11-02 08:31:02 -0700 | |
commit | 6d2d756feb3b3abc4834d8a062e6e601709f1107 (patch) | |
tree | 5ae0560444fcbea9d3cbc5192284fc0632c487a4 /setup.py | |
parent | 957262bb8d4227dea5655d4a736fa462931838be (diff) | |
download | WarpX-6d2d756feb3b3abc4834d8a062e6e601709f1107.tar.gz WarpX-6d2d756feb3b3abc4834d8a062e6e601709f1107.tar.zst WarpX-6d2d756feb3b3abc4834d8a062e6e601709f1107.zip |
Release 21.11 (#2518)
* Update: AMReX/PICSAR to 21.11
AMReX is a post 21.11 release, due to a needed bugfix in compGrad
with EB that landed 4hrs after release.
* WarpX: 21.11
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ with open('./requirements.txt') as f: setup( name='pywarpx', # note PEP-440 syntax: x.y.zaN but x.y.z.devN - version = '21.10', + version = '21.11', 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.', |