From e992ddf136d7b88a5f2b25c961fbe25b677159a1 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 3 Mar 2022 14:19:57 -0800 Subject: Release 22.03 (#2912) * AMReX: 22.03 * PICSAR: 22.03 * WarpX: 22.03 --- 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 fbf680d7a..2d0f6e60b 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '22.02', + version = '22.03', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", -- cgit v1.2.3