diff --git a/CHANGES.md b/CHANGES.md index 98ed57c80..0f4cb684f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +# v1.1.2 +* Add mvl_models in wheel release file + # v1.1.0 * Bug fix and version correction diff --git a/megnet/__init__.py b/megnet/__init__.py index a82b376d2..72f26f596 100644 --- a/megnet/__init__.py +++ b/megnet/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2" diff --git a/setup.py b/setup.py index d3158fee7..62f536b08 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='megnet', - version='1.1.1', + version='1.1.2', description='MatErials Graph Networks for machine learning of molecules and crystals.', long_description=long_description, long_description_content_type='text/markdown',