diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d5ac1..24c6dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.5](https://github.com/tidiness/tidy-python/compare/v0.10.4...v0.10.5) (2026-08-16) + + +### Bug Fixes + +* Move pytest-cov to dev dependencies ([#219](https://github.com/tidiness/tidy-python/issues/219)) ([975bc05](https://github.com/tidiness/tidy-python/commit/975bc052f8a43a5ff7e6d0c53c0b5d273ce91525)) + ## [0.10.4](https://github.com/tidiness/tidy-python/compare/v0.10.3...v0.10.4) (2026-08-15) diff --git a/pyproject.toml b/pyproject.toml index 3f6f1db..6fcdbb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidy-python" -version = "0.10.4" +version = "0.10.5" 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 d9b054a..a67aac0 100644 --- a/src/tidy_python/__init__.py +++ b/src/tidy_python/__init__.py @@ -1 +1 @@ -__version__ = "0.10.4" +__version__ = "0.10.5"