aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-03-06 16:09:35 -0800
committerGravatar Dave Grote <grote1@llnl.gov> 2019-03-06 16:09:35 -0800
commit1e44150d0cc7d2b295f8f3e1b6968b97df4efab3 (patch)
tree28303c8c0c318421b9cda3d504993fb2caeb0815 /Python/setup.py
parent028011d44564f0745f3036b10bbd2ddadd0a0cf6 (diff)
parentf0bea186a253a97d82a78dcd227d07879a0eea1d (diff)
downloadWarpX-1e44150d0cc7d2b295f8f3e1b6968b97df4efab3.tar.gz
WarpX-1e44150d0cc7d2b295f8f3e1b6968b97df4efab3.tar.zst
WarpX-1e44150d0cc7d2b295f8f3e1b6968b97df4efab3.zip
Merge branch 'dev' into RZgeometry
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 66aeff164..9116e49ec 100644
--- a/Python/setup.py
+++ b/Python/setup.py
@@ -20,7 +20,7 @@ else:
package_data = {}
setup (name = 'pywarpx',
- version = '18.11',
+ version = '19.02',
packages = ['pywarpx'],
package_dir = {'pywarpx':'pywarpx'},
description = """Wrapper of WarpX""",