diff options
author | 2022-08-01 11:32:45 -0700 | |
---|---|---|
committer | 2022-08-01 11:32:45 -0700 | |
commit | 91a35699a339acc69cf083dde7880f4b6e09c17a (patch) | |
tree | 890ef76010251846e9b012e55dadd6abd7762a09 /setup.py | |
parent | ea4e9d535ba3896ef4ccc87cd8ea678273b67a6a (diff) | |
download | WarpX-91a35699a339acc69cf083dde7880f4b6e09c17a.tar.gz WarpX-91a35699a339acc69cf083dde7880f4b6e09c17a.tar.zst WarpX-91a35699a339acc69cf083dde7880f4b6e09c17a.zip |
Release 22.08 (#3276)
* AMReX: 22.08
* PICSAR: 22.08
* WarpX: 22.08
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,7 +272,7 @@ with open('./requirements.txt') as f: setup( name='pywarpx', # note PEP-440 syntax: x.y.zaN but x.y.z.devN - version = '22.07', + version = '22.08', 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.', |