aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2022-08-01 11:32:45 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-01 11:32:45 -0700
commit91a35699a339acc69cf083dde7880f4b6e09c17a (patch)
tree890ef76010251846e9b012e55dadd6abd7762a09 /setup.py
parentea4e9d535ba3896ef4ccc87cd8ea678273b67a6a (diff)
downloadWarpX-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f77d3917e..ac3ecc617 100644
--- a/setup.py
+++ b/setup.py
@@ -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.',