diff --git a/docs/changelog.md b/docs/changelog.md index b92d582..ef94047 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.6.0 + +- python 3.13 support + ## 0.5.0 - New improved implementation of `_generate_samples` for `MultiProcessRedisBackend`: diff --git a/pyproject.toml b/pyproject.toml index 84f3fd4..9809d92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytheus" -version = "0.5.0" +version = "0.6.0" authors = [ { name="Llandy Riveron Del Risco", email="llandy3d@gmail.com" }, ]