aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'Python/setup.py')
-rw-r--r--Python/setup.py1
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""",