diff options
author | 2019-05-04 06:12:26 -0700 | |
---|---|---|
committer | 2019-05-04 06:12:26 -0700 | |
commit | 8c6ee069762bc1e17556fa5c76172c8b418ad0c8 (patch) | |
tree | fbf8c703a01fe29c5c7b2168613147fa11aaadbc /Python | |
parent | 4c4b856c79610817b79e34b7693773c319579a6a (diff) | |
parent | 06abf352f00ccfd6942938d085c3bca672061049 (diff) | |
download | WarpX-8c6ee069762bc1e17556fa5c76172c8b418ad0c8.tar.gz WarpX-8c6ee069762bc1e17556fa5c76172c8b418ad0c8.tar.zst WarpX-8c6ee069762bc1e17556fa5c76172c8b418ad0c8.zip |
Merge branch 'dev' into inject_laser
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""", |