diff options
author | 2019-08-19 15:34:52 -0700 | |
---|---|---|
committer | 2019-08-19 15:34:52 -0700 | |
commit | 863ff56254f5cc93e7030fa0c35481db42aabe2c (patch) | |
tree | c45e3cf99053c15a8a3e784bfd45a11fffc63852 /Python/setup.py | |
parent | 9409e1b12c78442323c7181417c811b262d4a694 (diff) | |
parent | c023286720c7ae8aa2913efc461240a81e8b2bd9 (diff) | |
download | WarpX-863ff56254f5cc93e7030fa0c35481db42aabe2c.tar.gz WarpX-863ff56254f5cc93e7030fa0c35481db42aabe2c.tar.zst WarpX-863ff56254f5cc93e7030fa0c35481db42aabe2c.zip |
Merge branch 'dev' into select_fields_in_tests
Diffstat (limited to 'Python/setup.py')
-rw-r--r-- | Python/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/setup.py b/Python/setup.py index ecb87190c..76d99fbaa 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -20,10 +20,10 @@ else: package_data = {} setup (name = 'pywarpx', - version = '19.05', + version = '19.08', packages = ['pywarpx'], package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""", package_data = package_data, - install_requires=['picmistandard'] + install_requires=['picmistandard', 'periodictable'] ) |