Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Bump version 0.1.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
talshani authored Sep 2, 2021
1 parent 5965fa9 commit 6bb219f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion qua/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.1.0-rc1"
version = "0.1.0"

0 comments on commit 6bb219f

Please sign in to comment.