diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9c8d16d..cfaee7f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.13.1 (2024-07-25) + +### Fixes + +#### Client configuration is passed to all qcs_sdk methods (#1792) + ## 4.13.1-rc.0 (2024-07-25) ### Fixes diff --git a/pyproject.toml b/pyproject.toml index 91bf4022b..748a665c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyquil" -version = "4.13.1-rc.0" +version = "4.13.1" description = "A Python library for creating Quantum Instruction Language (Quil) programs." authors = ["Rigetti Computing "] readme = "README.md"