diff options
author | 2022-04-01 23:59:43 -0700 | |
---|---|---|
committer | 2022-04-01 23:59:43 -0700 | |
commit | 62aa3cc29f2c09778d42fd4fdfe93e1eaaf41a86 (patch) | |
tree | 9552300737b9cc813ffa2f6c1948fc07f95c5d91 /Python/setup.py | |
parent | 0ce74644515efa735077da64eef1c1516fe5e96b (diff) | |
download | WarpX-62aa3cc29f2c09778d42fd4fdfe93e1eaaf41a86.tar.gz WarpX-62aa3cc29f2c09778d42fd4fdfe93e1eaaf41a86.tar.zst WarpX-62aa3cc29f2c09778d42fd4fdfe93e1eaaf41a86.zip |
Release 22.04 (#3018)
* AMReX: 22.04
* PICSAR: 22.04
* WarpX: 22.04
Diffstat (limited to 'Python/setup.py')
-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 2d0f6e60b..734ebb0b9 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '22.03', + version = '22.04', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", |