Skip to content

Commit

Permalink
Prep for release v0.3.0 (#197)
Browse files Browse the repository at this point in the history
Bump version ...
  • Loading branch information
amirhessam88 authored Jul 20, 2024
1 parent 818fce7 commit 6eb4a99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
### πŸ”₯ Added
---

## πŸ“ Version 0.3.0 - 2024-07-19
### πŸ›  Fixed
- [#195](https:/slickml/slick-ml/pull/195) fixed `CONTRIBUTING` docs with latest changes including python versions and `tox`.

### πŸ”₯ Added
- [#194](https:/slickml/slick-ml/pull/194) enabled local testing with `python v3.10 and v3.11` via `tox`.
- [#192](https:/slickml/slick-ml/pull/192) re-arranged `poe` tasks in `pyproject.toml` for better readability.

---

## πŸ“ Version 0.3.0-beta - 2024-07-17
### πŸ›  Fixed
- [#190](https:/slickml/slick-ml/pull/190) re-ran all example notebooks and fixed all warnings.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tool.poetry]
name = "slickml"
version = "0.3.0-beta"
version = "0.3.0"
description = "SlickML: Slick Machine Learning in Python"
license = "MIT"
authors = [
Expand Down

0 comments on commit 6eb4a99

Please sign in to comment.