Skip to content

Commit a73ef87

Browse files
committed
update to v0.5.3
1 parent 4bb4740 commit a73ef87

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

atomate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.5.3"

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
atomate Changelog
33
=================
44

5+
**v0.5.3**
6+
7+
* attempt to fix packaging of YAML workflow library in pip
8+
* update doc links
9+
510
**v0.5.2**
611

712
* band gap estimation builder based on dielectric constants

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='atomate',
12-
version='0.5.2',
12+
version='0.5.3',
1313
description='atomate 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)