From 8d3f260ab158ca1ca9834b3517b7ea1441cf1225 Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Thu, 2 Jul 2020 17:32:34 +0200 Subject: update release tag in all files on the repo (#1138) --- Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/setup.py') diff --git a/Python/setup.py b/Python/setup.py index 5b98d0395..993ba70d5 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -28,7 +28,7 @@ else: package_data = {} setup (name = 'pywarpx', - version = '20.06', + version = '20.07', packages = ['pywarpx'], package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""", -- cgit v1.2.3