From fae208d570add4df6a163d681295300d299e65f0 Mon Sep 17 00:00:00 2001 From: David Grote Date: Wed, 3 Feb 2021 11:24:03 -0800 Subject: Updates to match picmi version 0.0.14 (#1672) * Updates to match picmi version 0.0.14 Added call to register constants. * Python: Bump Versions Co-authored-by: Axel Huebl --- Python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Python/setup.py') diff --git a/Python/setup.py b/Python/setup.py index 75dceeeb6..fe06d66f8 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,12 +54,12 @@ else: package_data = {} setup(name = 'pywarpx', - version = '20.12', + version = '21.02', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", package_data = package_data, - install_requires = ['numpy', 'picmistandard==0.0.13', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.0.14', 'periodictable'], python_requires = '>=3.6', zip_safe=False ) -- cgit v1.2.3