diff --git a/changes.md b/changes.md index 2f1f91ff..4135d90c 100644 --- a/changes.md +++ b/changes.md @@ -11,7 +11,7 @@ nav_order: 3 - Improve the dgl graph construction and fix the if statements for stress and atomwise training. (@kenko911) - Refactored MEGNetDataset and M3GNetDataset classes with optimizations. -## 0.8.4 +## 0.8.5 - Bug fix for np.meshgrid. (@kenko911) ## 0.8.2 diff --git a/setup.py b/setup.py index abb9c586..670ab10d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="matgl", - version="0.8.4", + version="0.8.5", author="Tsz Wai Ko, Marcel Nassar, Ji Qi, Santiago Miret, Eliott Liu, Shyue Ping Ong", author_email="t1ko@ucsd.edu, ongsp@ucsd.edu", maintainer="Shyue Ping Ong",