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 4448dae commit 57187f2Copy full SHA for 57187f2
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.17',
+ version = '0.0.18',
13
description = 'Python base classes for PICMI standard',
14
platforms = 'any',
15
packages = ['picmistandard'],
0 commit comments