From 6d2d756feb3b3abc4834d8a062e6e601709f1107 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 2 Nov 2021 08:31:02 -0700 Subject: Release 21.11 (#2518) * Update: AMReX/PICSAR to 21.11 AMReX is a post 21.11 release, due to a needed bugfix in compGrad with EB that landed 4hrs after release. * WarpX: 21.11 --- 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 b1857a061..86330717c 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '21.10', + version = '21.11', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", -- cgit v1.2.3