diff options
author | 2019-05-02 21:02:25 -0700 | |
---|---|---|
committer | 2019-05-02 21:02:25 -0700 | |
commit | cc6fe02fe084bf223a4de17e4fc7d6c5e55223dd (patch) | |
tree | 184809cfbf6f938e4675a31870c31a857149a216 /Python | |
parent | b0db4881b822c55b6b0d8a2e005386d4f717006b (diff) | |
parent | dbc01d3defe5566b63965503cee636955b568bae (diff) | |
download | WarpX-cc6fe02fe084bf223a4de17e4fc7d6c5e55223dd.tar.gz WarpX-cc6fe02fe084bf223a4de17e4fc7d6c5e55223dd.tar.zst WarpX-cc6fe02fe084bf223a4de17e4fc7d6c5e55223dd.zip |
Merge branch 'master' into dev
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 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""", |