diff --git a/CHANGELOG.md b/CHANGELOG.md index 9701151..85873cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.5 + +### Fixes + +- move all dependencies on pyo3 time types under our time feature (#45) + ## 0.3.5-rc.0 ### Fixes diff --git a/Cargo.toml b/Cargo.toml index 60d41f9..5a6fb8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rigetti-pyo3" -version = "0.3.5-rc.0" +version = "0.3.5" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/rigetti-pyo3"