Skip to content

Commit

Permalink
Update emails.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Nov 17, 2023
1 parent a7ae4a9 commit 4c047c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ build-backend = "setuptools.build_meta"
name = "matgl"
authors = [
{ name = "Tsz Wai Ko", email = "[email protected]" },
{ name = "Marcel Nassar", email = "[email protected]" },
{ name = "Marcel Nassar", email = "[email protected]" },
{ name = "Ji Qi", email = "[email protected]" },
{ name = "Santiago Miret", email = "[email protected]" },
{ name = "Eliott Liu", email = "[email protected]" },
{ name = "Santiago Miret", email = "[email protected]" },
{ name = "Eliott Liu", email = "[email protected]" },
{ name = "Shyue Ping Ong", email = "[email protected]" },
]
description = "MatGL is a framework for graph deep learning for materials science."
Expand Down Expand Up @@ -52,7 +52,7 @@ dependencies = [
"pytorch_lightning",
"torch",
]
version = "0.9.0"
version = "0.9.1"

[project.scripts]
mgl = "matgl.cli:main"
Expand Down

0 comments on commit 4c047c4

Please sign in to comment.