diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2fb16bb..d4ded1b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ incremental in minor, bugfixes only are patches. See [0Ver](https://0ver.org/). -## 0.20.1 WIP +## 0.20.1 ### Bugfixes diff --git a/pyproject.toml b/pyproject.toml index 252dd0110..65d35788d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "returns" -version = "0.20.0" +version = "0.20.1" description = "Make your functions return something meaningful, typed, and safe!" license = "BSD-3-Clause"