diff --git a/docs/changelog.md b/docs/changelog.md index 2baba0a..fdd4851 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🔇 Silence erroneous logging | [279](https://github.com/laminlabs/nbproject/pull/279) | [falexwolf](https://github.com/falexwolf) | 2024-02-27 | +🔇 Silence erroneous logging | [279](https://github.com/laminlabs/nbproject/pull/279) | [falexwolf](https://github.com/falexwolf) | 2024-02-27 | 0.10.1 🚸 Init version at 1 | [277](https://github.com/laminlabs/nbproject/pull/277) | [falexwolf](https://github.com/falexwolf) | 2024-01-11 | 0.10.0 🚸 Improve error message when empty notebook is passed | [275](https://github.com/laminlabs/nbproject/pull/275) | [Zethson](https://github.com/Zethson) | 2024-01-04 | 👷 Ruff and 3.11 | [276](https://github.com/laminlabs/nbproject/pull/276) | [Zethson](https://github.com/Zethson) | 2023-12-26 | diff --git a/nbproject/__init__.py b/nbproject/__init__.py index 306bca1..e5c6831 100644 --- a/nbproject/__init__.py +++ b/nbproject/__init__.py @@ -23,7 +23,7 @@ dev """ -__version__ = "0.10.0" +__version__ = "0.10.1" # init jupyter lab frontend immediately on import # nothing happens if this is not jupyter lab