diff options
author | 2022-12-13 10:23:39 -0800 | |
---|---|---|
committer | 2022-12-13 10:23:39 -0800 | |
commit | ad0dd5c34047df4eb1ca24f136463968fe218829 (patch) | |
tree | d1c87f771432a7a5765f629fe286451cfbaea714 /Python | |
parent | 269c2c5af3bee9ffcf43a9b172a465b5a65c593b (diff) | |
download | WarpX-ad0dd5c34047df4eb1ca24f136463968fe218829.tar.gz WarpX-ad0dd5c34047df4eb1ca24f136463968fe218829.tar.zst WarpX-ad0dd5c34047df4eb1ca24f136463968fe218829.zip |
Release 22.12 (#3565)
* AMReX: 22.12
* PICSAR: 22.12
* WarpX: 22.12
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 57fca38ad..5f631c0f7 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '22.11', + version = '22.12', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", |