Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
change version name to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi Chen committed Dec 18, 2019
1 parent b069094 commit 416d1c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion megnet/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 416d1c7

Please sign in to comment.