diff options
author | 2023-03-02 00:46:32 +0100 | |
---|---|---|
committer | 2023-03-01 15:46:32 -0800 | |
commit | 6d9f5af2d31c35229be511fc239c474b5261d0df (patch) | |
tree | e9fecd8902abe16c5afda58f68e561c49b9014b4 /Python | |
parent | b61f130a286a0344bf02021070fcb7ec6d0efeb3 (diff) | |
download | WarpX-6d9f5af2d31c35229be511fc239c474b5261d0df.tar.gz WarpX-6d9f5af2d31c35229be511fc239c474b5261d0df.tar.zst WarpX-6d9f5af2d31c35229be511fc239c474b5261d0df.zip |
Release 23.03 (#3719)
* AMReX: 23.03
* PICSAR: 23.03
* WarpX: 23.03
Diffstat (limited to 'Python')
-rw-r--r-- | Python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/setup.py b/Python/setup.py index 7b686ecb4..16983392f 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '23.02', + version = '23.03', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", |