From 1de8b68f258a09e3d6bbc8d392c12b7d8e3b3c69 Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Tue, 3 Mar 2020 08:18:45 -0800 Subject: update tag number (#764) --- 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 4e844693f..05d7e1c5b 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -28,7 +28,7 @@ else: package_data = {} setup (name = 'pywarpx', - version = '20.02', + version = '20.03', packages = ['pywarpx'], package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""", -- cgit v1.2.3