aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2022-01-04 14:51:37 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-04 05:51:37 -0800
commitce851bb9749004dedadf5d41f96c0f0069fedd98 (patch)
tree90997bf604e334ffe1a40a00731921c3d8e9cd68 /setup.py
parent2f8a0e19a5c7125868c368ccba67801deb89de0f (diff)
downloadWarpX-ce851bb9749004dedadf5d41f96c0f0069fedd98.tar.gz
WarpX-ce851bb9749004dedadf5d41f96c0f0069fedd98.tar.zst
WarpX-ce851bb9749004dedadf5d41f96c0f0069fedd98.zip
Release 22.01 (#2718)
* AMReX: 22.01 * PICSAR: 22.01 * WarpX: 22.01
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 57da5812b..81b246ad4 100644
--- a/setup.py
+++ b/setup.py
@@ -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.12',
+ version = '22.01',
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.',