diff --git a/CHANGELOG.md b/CHANGELOG.md index bafba048a..ba510b50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## v0.0.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. + ## v0.0.2 ### What's Changed * fix m3gnet issue by @naik-aakash in https://github.com/autoatml/autoplex/pull/76 diff --git a/pyproject.toml b/pyproject.toml index 99f0d91cf..dcf0fc43b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" keywords = ["high-throughput", "automated", "mlpotential"] license = { text = "GPL-3.0 license" } authors = [{ name = "Janine George", email = "janine.george@bam.de" }] -version = "0.0.2" +version = "0.0.3" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",