diff --git a/CHANGELOG.md b/CHANGELOG.md index eb158c1..5aac7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.0.1 + +### Features + +- copy from internal repo with GitHub actions +- create main branch +- copy from internal repo with GitHub actions + ## 0.0.1-rc.0 ### Features diff --git a/Cargo.toml b/Cargo.toml index f1e5d9f..3e2a016 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rigetti-pyo3" -version = "0.0.1-rc.0" +version = "0.0.1" edition = "2021" license-file = "LICENSE" repository = "https://github.com/rigetti/rigetti-pyo3"