Skip to content

Commit 4764d03

Browse files
authored
Update CHANGELOG.md (#229)
* Update CHANGELOG.md * Update pyproject.toml
1 parent 22e1af8 commit 4764d03

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## v0.0.3
3+
Essentially, it is the same version as v0.0.2. The release has, however, been updated to work with stable atomate2 and mace-torch versions.
4+
25
## v0.0.2
36
### What's Changed
47
* fix m3gnet issue by @naik-aakash in https://github.com/autoatml/autoplex/pull/76

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
keywords = ["high-throughput", "automated", "mlpotential"]
1313
license = { text = "GPL-3.0 license" }
1414
authors = [{ name = "Janine George", email = "[email protected]" }]
15-
version = "0.0.2"
15+
version = "0.0.3"
1616
classifiers = [
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)