aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-05-04 06:12:26 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-05-04 06:12:26 -0700
commit8c6ee069762bc1e17556fa5c76172c8b418ad0c8 (patch)
treefbf8c703a01fe29c5c7b2168613147fa11aaadbc /Python
parent4c4b856c79610817b79e34b7693773c319579a6a (diff)
parent06abf352f00ccfd6942938d085c3bca672061049 (diff)
downloadWarpX-8c6ee069762bc1e17556fa5c76172c8b418ad0c8.tar.gz
WarpX-8c6ee069762bc1e17556fa5c76172c8b418ad0c8.tar.zst
WarpX-8c6ee069762bc1e17556fa5c76172c8b418ad0c8.zip
Merge branch 'dev' into inject_laser
Diffstat (limited to 'Python')
-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""",