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

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi Chen committed Dec 10, 2020
1 parent ca37b04 commit 57906e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.2.5
* Include data files in wheel

# v1.2.4
* Add pre-trained multi-fidelity models
* Add utils for disordered site representation
Expand Down
2 changes: 1 addition & 1 deletion megnet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
MatErials Graph Network (MEGNet) package
"""
__version__ = "1.2.4"
__version__ = "1.2.5"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
package_data={
"megnet": ["*.json", "*.md"],
},
include_package_data=True,
keywords=["materials", "science", "machine", "learning", "deep", "graph", "networks", "neural"],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 57906e3

Please sign in to comment.