diff --git a/setup.py b/setup.py index 99634c734..1f028bae2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ if __name__ == "__main__": setup( name="atomate", - version="1.0.3", + version="1.1.0", description="atomate has implementations of FireWorks workflows for Materials Science", long_description=open(join(module_dir, "README.md")).read(), long_description_content_type="text/markdown",