diff --git a/CHANGELOG.md b/CHANGELOG.md index 367d3fc..ffb2a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.1 + +### Features + +- add documentation to all generated methods + ## 0.4.1-rc.0 ### Features diff --git a/Cargo.toml b/Cargo.toml index 487e3f1..4c1996c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rigetti-pyo3" -version = "0.4.1-rc.0" +version = "0.4.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/rigetti-pyo3"