From 7dc3d313d7303e8c63be5d86632d07571dcbc7e2 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 3 Jan 2023 15:22:14 +0100 Subject: Release 23.01 (#3598) * AMReX: 23.01 * PICSAR: 23.01 * WarpX: 23.01 --- 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 5f631c0f7..599998d64 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '22.12', + version = '23.01', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", -- cgit v1.2.3