aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-04-01 19:06:58 -0700
committerGravatar GitHub <noreply@github.com> 2021-04-01 19:06:58 -0700
commit98e6bc3a9b6fe751bb511ddee79babb52fa6d3ed (patch)
tree6dc942a6000fce9b71c75c46f8b541099a141de9 /setup.py
parentb4c2ffe93795444b94ccdc081dee8fe903c050e1 (diff)
downloadWarpX-98e6bc3a9b6fe751bb511ddee79babb52fa6d3ed.tar.gz
WarpX-98e6bc3a9b6fe751bb511ddee79babb52fa6d3ed.tar.zst
WarpX-98e6bc3a9b6fe751bb511ddee79babb52fa6d3ed.zip
Release 21.04 (#1865)
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 3b39cb839..8afc619fc 100644
--- a/setup.py
+++ b/setup.py
@@ -233,7 +233,7 @@ with open('./requirements.txt') as f:
setup(
name='pywarpx',
# note PEP-440 syntax: x.y.zaN but x.y.z.devN
- version = '21.03',
+ version = '21.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.',