diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2c7aef..a00d5d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] + +## [0.6.3] - 2022-01-24 ### Added - ManualOutputControl - An option to open up the ManualOutputControl without a configuration file. Using ManualOutputControl.ports(). - ManualOutputControl - Added a readme file to explain how to use. diff --git a/pyproject.toml b/pyproject.toml index f458be67..aa0b8c68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qualang-tools" -version = "v0.6.2" +version = "v0.6.3" description = "The qualang_tools package includes various tools related to QUA programs in Python" license = "BSD-3-Clause" authors = [