Skip to content

Commit 47afe86

Browse files
committed
update to v0.0.3
1 parent a8a2028 commit 47afe86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matmethods/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.0.2'
1+
__version__ = '0.0.3'
22

33
from .utils.loaders import get_wf_from_spec_dict

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if __name__ == "__main__":
1010
setup(
1111
name='MatMethods',
12-
version='0.0.2',
12+
version='0.0.3',
1313
description='MatMethods has implementations of FireWorks workflows for '
1414
'Materials Science',
1515
long_description=open(os.path.join(module_dir, 'README.rst')).read(),

0 commit comments

Comments
 (0)