diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a83db..6f27394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.0] ### Added - Basic QUA Client connecting to the info service collecting capabilities and implementation details - Server tests folder to test if a server is compatible with the API + +[Unreleased]: https://github.com/qua-platform/qua-sdk-py/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/qua-platform/qua-sdk-py/releases/tag/v0.1.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c3e63f3..68ee4fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qua" -version = "0.1.0-rc1" +version = "0.1.0" description = "SDK to interact with a quantum computer at the pulse level" authors = ["Tal Shani "] license = "BSD-3-Clause" diff --git a/qua/version.py b/qua/version.py index f85bfe7..9f7a875 100644 --- a/qua/version.py +++ b/qua/version.py @@ -1 +1 @@ -version = "0.1.0-rc1" +version = "0.1.0"