From 7d3dab494a605caa8edf775bf71984d8e062e4c5 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Sun, 2 Oct 2022 18:23:53 -0700 Subject: Release 22.10 (#3444) * AMReX: Weekly Update One commit after 22.10 release, to fix oneAPI DPC++ 2022.02: 22.10-1-g13aa4df0f5 * PICSAR: 22.10 * WarpX: 22.10 --- 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 04b956e10..83abf888e 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '22.09', + version = '22.10', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", -- cgit v1.2.3