aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2023-04-02 20:45:40 -0700
committerGravatar GitHub <noreply@github.com> 2023-04-02 20:45:40 -0700
commit18fcea20654a4847d4a3acbe2aa0229de5b1925c (patch)
treeb4f2e7e2986f07e1e10d5937c9de73ffcac5f8e7 /setup.py
parenta8cc114ddbf21616235c8f217bba891f7ed579e5 (diff)
downloadWarpX-18fcea20654a4847d4a3acbe2aa0229de5b1925c.tar.gz
WarpX-18fcea20654a4847d4a3acbe2aa0229de5b1925c.tar.zst
WarpX-18fcea20654a4847d4a3acbe2aa0229de5b1925c.zip
Release 23.04 (#3800)
* AMReX: 23.04 * PICSAR: 23.04 * WarpX: 23.04
Diffstat (limited to '')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2e3b0d292..67a7188c4 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 = '23.03',
+ version = '23.04',
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.',