We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a2028 commit 47afe86Copy full SHA for 47afe86
matmethods/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.0.2'
+__version__ = '0.0.3'
2
3
from .utils.loaders import get_wf_from_spec_dict
setup.py
@@ -9,7 +9,7 @@
9
if __name__ == "__main__":
10
setup(
11
name='MatMethods',
12
- version='0.0.2',
+ version='0.0.3',
13
description='MatMethods has implementations of FireWorks workflows for '
14
'Materials Science',
15
long_description=open(os.path.join(module_dir, 'README.rst')).read(),
0 commit comments