Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Sep 16, 2024
1 parent bf87bf2 commit 4b0c566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ changelog:
labels: [refactor]
- title: 🧪 Tests
labels: [tests]
- title: 🧹 Linting
labels: [linting]
- title: 🏷️ Static Typing
labels: [types] # as in static typing
- title: 💥 Breaking Changes
labels: [breaking]
- title: 🔒 Security Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "chgnet"
version = "0.3.8"
version = "0.4.0"
description = "Pretrained Universal Neural Network Potential for Charge-informed Atomistic Modeling"
authors = [{ name = "Bowen Deng", email = "[email protected]" }]
requires-python = ">=3.10"
Expand Down

0 comments on commit 4b0c566

Please sign in to comment.