diff --git a/CHANGELOG.md b/CHANGELOG.md index a75df455..77a7bc50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [0.9.6] - 2023-10-13 + ### Fixed - FTP: retry connection on `SSHException` while opening a remote url. diff --git a/pyproject.toml b/pyproject.toml index 56411c1d..b54ba321 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "peakina" -version = "0.9.5" +version = "0.9.6" description = "pandas readers on steroids (remote files, glob patterns, cache, etc.)" authors = ["Toucan Toco "] readme = "README.md"