Skip to content

Commit d2b96d9

Browse files
Updates for release (#249)
* Update CHANGELOG.md * Update pyproject.toml * pre-commit auto-fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d168881 commit d2b96d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## v0.0.6
2+
## v0.0.7
33
### What's Changed
44
* Clean up pyproject.toml to enable a strict/non-strict installation procedure by @JaGeo in https://github.com/autoatml/autoplex/pull/242
55
* Misc CI workflow improvements by @naik-aakash in https://github.com/autoatml/autoplex/pull/238
@@ -10,6 +10,8 @@
1010

1111
**Full Changelog**: https://github.com/autoatml/autoplex/compare/v0.0.5...v0.0.6
1212

13+
## v0.0.6
14+
* does not exist due to a release error
1315

1416
## v0.0.5
1517
Bug fix for a missing file export in v0.0.4 (RSS functionality)

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.6"
15+
version = "0.0.7"
1616
classifiers = [
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)