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

Commit

Permalink
v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Oct 4, 2019
1 parent 29564ab commit d0ba56e
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 @@
# v0.4.0
* Tensorflow 2.0 version.

# v0.3.4
* Change `convertor` to `converter` in all model APIs
* Improve `ReduceLRUponNan` callback function
Expand Down
2 changes: 1 addition & 1 deletion megnet/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.5"
__version__ = "0.4.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='0.3.5',
version='0.4.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 d0ba56e

Please sign in to comment.