From 416d1c7d4f16a190488ee57ae06d6fbfc1d45d18 Mon Sep 17 00:00:00 2001 From: Chi Chen Date: Tue, 17 Dec 2019 23:02:36 -0800 Subject: [PATCH] change version name to 1.1.0 --- CHANGES.md | 3 +++ megnet/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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',