diff --git a/CHANGES.md b/CHANGES.md index f96c657fe..98ed57c80 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +# v1.1.0 +* Bug fix and version correction + # v1.0.3 * Fix bug brought by migrating to tensorflow 2.0 * New elasticity models trained on 2019 MP data base diff --git a/megnet/__init__.py b/megnet/__init__.py index 976498ab9..6849410aa 100644 --- a/megnet/__init__.py +++ b/megnet/__init__.py @@ -1 +1 @@ -__version__ = "1.0.3" +__version__ = "1.1.0" diff --git a/setup.py b/setup.py index 267b100cd..ef829c7b7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='megnet', - version='1.0.3', + version='1.1.0', description='MatErials Graph Networks for machine learning of molecules and crystals.', long_description=long_description, long_description_content_type='text/markdown',