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 607e17a commit dc2023eCopy full SHA for dc2023e
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.20',
+ version = '0.0.21',
13
description = 'Python base classes for PICMI standard',
14
platforms = 'any',
15
packages = ['picmistandard'],
0 commit comments