We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c1d94 commit 84a7255Copy full SHA for 84a7255
PICMI_Python/setup.py
@@ -9,7 +9,7 @@
9
install_requires = [ line.strip('\n') for line in f.readlines() ]
10
11
setup(name = 'picmistandard',
12
- version = '0.0.16',
+ version = '0.0.17',
13
description = 'Python base classes for PICMI standard',
14
platforms = 'any',
15
packages = ['picmistandard'],
0 commit comments