Skip to content

Commit

Permalink
bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Jun 13, 2024
1 parent 068fbd7 commit 9c12c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ If you like the CLI, but prefer a more interactive and graphical way from the co
$ smith-tui
```

```{.textual path="sksmithy/tui/_tui.py" columns="127" lines="32"}
```{.textual path="sksmithy/tui/_tui.py" columns="200" lines="35"}
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "sklearn-smithy"
version = "0.1.0"
version = "0.1.1"
description = "Toolkit to forge scikit-learn compatible estimators."
requires-python = ">=3.10"

Expand Down

0 comments on commit 9c12c42

Please sign in to comment.