aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2020-02-12 22:07:29 -0800
committerGravatar GitHub <noreply@github.com> 2020-02-12 22:07:29 -0800
commite165035e51c9088558b68aeef5658f39fa9eb35e (patch)
treea10a36ff09f594e365241b44dcbd5233f9a6580e /Python/setup.py
parent7833e281dd9fa695a57d097eac31acef7ccaa3eb (diff)
downloadWarpX-e165035e51c9088558b68aeef5658f39fa9eb35e.tar.gz
WarpX-e165035e51c9088558b68aeef5658f39fa9eb35e.tar.zst
WarpX-e165035e51c9088558b68aeef5658f39fa9eb35e.zip
update release tag in the code (#706)
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 7b3a4ef44..4e844693f 100644
--- a/Python/setup.py
+++ b/Python/setup.py
@@ -28,7 +28,7 @@ else:
package_data = {}
setup (name = 'pywarpx',
- version = '20.01',
+ version = '20.02',
packages = ['pywarpx'],
package_dir = {'pywarpx':'pywarpx'},
description = """Wrapper of WarpX""",