diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a04ebe6..5089b537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [0.14.0] - 2024-11-21 + ### Added - Python 3.13 is now supported diff --git a/pyproject.toml b/pyproject.toml index e67c0781..d87eaab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "peakina" -version = "0.13.0" +version = "0.14.0" description = "pandas readers on steroids (remote files, glob patterns, cache, etc.)" authors = ["Toucan Toco "] readme = "README.md"