Skip to content

Commit

Permalink
Updates for release (#249)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
JaGeo and pre-commit-ci[bot] authored Nov 15, 2024
1 parent d168881 commit d2b96d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
keywords = ["high-throughput", "automated", "mlpotential"]
license = { text = "GPL-3.0 license" }
authors = [{ name = "Janine George", email = "[email protected]" }]
version = "0.0.6"
version = "0.0.7"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit d2b96d9

Please sign in to comment.