diff options
author | 2020-01-22 10:55:31 -0800 | |
---|---|---|
committer | 2020-01-22 10:55:31 -0800 | |
commit | 37658d9be9d9368f94bd95ec6d2f1cd0e5f3bf3b (patch) | |
tree | 10c4d4c2a5efeee1642f88fca4591abc2266855c /Python/setup.py | |
parent | 3c8d481997a0a5063fd32b68d907cf1f70b10e8e (diff) | |
parent | 6abaac6d206162963ce9fab6c833708425f7a2ab (diff) | |
download | WarpX-37658d9be9d9368f94bd95ec6d2f1cd0e5f3bf3b.tar.gz WarpX-37658d9be9d9368f94bd95ec6d2f1cd0e5f3bf3b.tar.zst WarpX-37658d9be9d9368f94bd95ec6d2f1cd0e5f3bf3b.zip |
fixing merge conflict with dev
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 0309962ab..309d25b92 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -20,7 +20,7 @@ else: package_data = {} setup (name = 'pywarpx', - version = '19.10', + version = '20.01', packages = ['pywarpx'], package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""", |