diff options
author | 2022-10-02 18:23:53 -0700 | |
---|---|---|
committer | 2022-10-03 01:23:53 +0000 | |
commit | 7d3dab494a605caa8edf775bf71984d8e062e4c5 (patch) | |
tree | a5b78eba1d0db7c8f762b315e512a02f0d4dd311 /Python/setup.py | |
parent | a1ade2b37db409b3c71147bf5bd27a40ded7ff11 (diff) | |
download | WarpX-7d3dab494a605caa8edf775bf71984d8e062e4c5.tar.gz WarpX-7d3dab494a605caa8edf775bf71984d8e062e4c5.tar.zst WarpX-7d3dab494a605caa8edf775bf71984d8e062e4c5.zip |
Release 22.10 (#3444)
* AMReX: Weekly Update
One commit after 22.10 release, to fix oneAPI DPC++ 2022.02:
22.10-1-g13aa4df0f5
* PICSAR: 22.10
* WarpX: 22.10
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 04b956e10..83abf888e 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '22.09', + version = '22.10', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", |