diff --git a/CHANGELOG.md b/CHANGELOG.md index c52abcabf..afcbac02b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v0.0.6 +## v0.0.7 ### What's Changed * Clean up pyproject.toml to enable a strict/non-strict installation procedure by @JaGeo in https://github.com/autoatml/autoplex/pull/242 * Misc CI workflow improvements by @naik-aakash in https://github.com/autoatml/autoplex/pull/238 @@ -10,6 +10,8 @@ **Full Changelog**: https://github.com/autoatml/autoplex/compare/v0.0.5...v0.0.6 +## v0.0.6 + * does not exist due to a release error ## v0.0.5 Bug fix for a missing file export in v0.0.4 (RSS functionality) diff --git a/pyproject.toml b/pyproject.toml index 3fb79d055..8fac92b5c 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.6" +version = "0.0.7" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",