aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-05-02 20:42:52 -0700
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-05-02 20:42:52 -0700
commitdbc01d3defe5566b63965503cee636955b568bae (patch)
tree1f587a7f5d6a2ae65ba918fabde793e2ec82529a /Python/setup.py
parent0f7796bc75d52bd066d5ef42eceab44f2a7fe87b (diff)
downloadWarpX-dbc01d3defe5566b63965503cee636955b568bae.tar.gz
WarpX-dbc01d3defe5566b63965503cee636955b568bae.tar.zst
WarpX-dbc01d3defe5566b63965503cee636955b568bae.zip
Update version number
Diffstat (limited to 'Python/setup.py')
-rw-r--r--Python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/setup.py b/Python/setup.py
index 7cfd04ace..f4917e7e2 100644
--- a/Python/setup.py
+++ b/Python/setup.py
@@ -20,7 +20,7 @@ else:
package_data = {}
setup (name = 'pywarpx',
- version = '19.04',
+ version = '19.05',
packages = ['pywarpx'],
package_dir = {'pywarpx':'pywarpx'},
description = """Wrapper of WarpX""",