diff --git a/docs/user-guide.md b/docs/user-guide.md index c3b4b53..c469c13 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -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"} ``` diff --git a/pyproject.toml b/pyproject.toml index 3e46a58..ad3e890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"