aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2020-06-01 16:35:32 -0700
committerGravatar GitHub <noreply@github.com> 2020-06-01 16:35:32 -0700
commit36b4ef471cbc72b739cee2027f4dc420e1d20608 (patch)
tree16693c2434385854d0973b86585cd99a2dee3209 /Python/setup.py
parentfe784c74aabdd6ca96036036a55a1ed1d9427196 (diff)
downloadWarpX-36b4ef471cbc72b739cee2027f4dc420e1d20608.tar.gz
WarpX-36b4ef471cbc72b739cee2027f4dc420e1d20608.tar.zst
WarpX-36b4ef471cbc72b739cee2027f4dc420e1d20608.zip
update release number everywhere in repo (#1064)
Diffstat (limited to '')
-rw-r--r--Python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/setup.py b/Python/setup.py
index 8282ab3fc..5b98d0395 100644
--- a/Python/setup.py
+++ b/Python/setup.py
@@ -28,7 +28,7 @@ else:
package_data = {}
setup (name = 'pywarpx',
- version = '20.05',
+ version = '20.06',
packages = ['pywarpx'],
package_dir = {'pywarpx':'pywarpx'},
description = """Wrapper of WarpX""",