diff options
author | 2021-12-01 19:15:39 -0800 | |
---|---|---|
committer | 2021-12-02 03:15:39 +0000 | |
commit | 0e809732a2ef032801ee9a64b5266edcd75a0213 (patch) | |
tree | 4cd9181dde7339cb4255fd4e66fbc81ab750fd3f /Python/setup.py | |
parent | a72c2912250a89409264521ef78a0f3cb1cb0537 (diff) | |
download | WarpX-0e809732a2ef032801ee9a64b5266edcd75a0213.tar.gz WarpX-0e809732a2ef032801ee9a64b5266edcd75a0213.tar.zst WarpX-0e809732a2ef032801ee9a64b5266edcd75a0213.zip |
Release 21.12 (#2614)
* AMReX: 21.12
* PICSAR: 21.12
* WarpX: 21.12
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 8142a59e6..a15585f83 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '21.11', + version = '21.12', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", |