diff --git a/CHANGELOG.md b/CHANGELOG.md index d27a33b..41bf21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/dreulavelle/PTT/compare/v1.3.0...v1.3.1) (2024-09-17) + + +### Bug Fixes + +* add missing module ([92c8cfa](https://github.com/dreulavelle/PTT/commit/92c8cfa4ecef00877c608027c65f017dfb48d7b4)) + ## [1.3.0](https://github.com/dreulavelle/PTT/compare/v1.2.7...v1.3.0) (2024-09-17) diff --git a/pyproject.toml b/pyproject.toml index 59ecf91..454abc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.3.0" +version = "1.3.1" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"