diff --git a/CHANGELOG.md b/CHANGELOG.md index e44fe31..3ce2d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/tidiness/tidy-python/compare/v0.10.0...v0.10.1) (2026-03-11) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#196](https://github.com/tidiness/tidy-python/issues/196)) ([8e53491](https://github.com/tidiness/tidy-python/commit/8e534910fa1a6c5df481279ee0305610c987b993)) + ## [0.10.0](https://github.com/tidiness/tidy-python/compare/v0.9.3...v0.10.0) (2026-03-11) diff --git a/pyproject.toml b/pyproject.toml index 6b641a6..d6b0047 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidy-python" -version = "0.10.0" +version = "0.10.1" description = "" authors = ["Nathan Drew <1035229+NaffanDroo@users.noreply.github.com>"] license = "MIT" diff --git a/src/tidy_python/__init__.py b/src/tidy_python/__init__.py index 61fb31c..1f4c4d4 100644 --- a/src/tidy_python/__init__.py +++ b/src/tidy_python/__init__.py @@ -1 +1 @@ -__version__ = "0.10.0" +__version__ = "0.10.1"