diff options
author | 2018-09-28 14:45:18 -0700 | |
---|---|---|
committer | 2018-09-28 14:45:18 -0700 | |
commit | 04eaafa8ab809dac2e86518d136fab973810d1c8 (patch) | |
tree | 160b53ec2e8ded0d3dcc061fe829e435091460b0 /Python | |
parent | 9a152ae88175f34070f15d735af0ee43e970bcdf (diff) | |
download | WarpX-04eaafa8ab809dac2e86518d136fab973810d1c8.tar.gz WarpX-04eaafa8ab809dac2e86518d136fab973810d1c8.tar.zst WarpX-04eaafa8ab809dac2e86518d136fab973810d1c8.zip |
Update version number and installation instructions
Diffstat (limited to 'Python')
-rw-r--r-- | Python/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/setup.py b/Python/setup.py index 76e7cdd18..a343730f9 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -20,6 +20,7 @@ else: package_data = {} setup (name = 'pywarpx', + version = '0.1.1', packages = ['pywarpx'], package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""", |