diff options
author | 2019-05-02 20:42:52 -0700 | |
---|---|---|
committer | 2019-05-02 20:42:52 -0700 | |
commit | dbc01d3defe5566b63965503cee636955b568bae (patch) | |
tree | 1f587a7f5d6a2ae65ba918fabde793e2ec82529a /Python/setup.py | |
parent | 0f7796bc75d52bd066d5ef42eceab44f2a7fe87b (diff) | |
download | WarpX-dbc01d3defe5566b63965503cee636955b568bae.tar.gz WarpX-dbc01d3defe5566b63965503cee636955b568bae.tar.zst WarpX-dbc01d3defe5566b63965503cee636955b568bae.zip |
Update version number
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 7cfd04ace..f4917e7e2 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -20,7 +20,7 @@ else: package_data = {} setup (name = 'pywarpx', - version = '19.04', + version = '19.05', packages = ['pywarpx'], package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""", |