From a485016fb93150d8743eb48763a434309a88f79d Mon Sep 17 00:00:00 2001 From: Serwan Asaad Date: Fri, 11 Oct 2024 19:25:05 +0200 Subject: [PATCH] Version release: 0.3.6 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3808f..8293a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] +## [0.3.6] ### Changed - Modified `MWChannel` to also have `RF_frequency` and `LO_frequency` to match the signature of `IQChannel`. This is done by letting both inherit from a new base class `_OutComplexChannel`. diff --git a/pyproject.toml b/pyproject.toml index 64537ed..773743f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "quam" -version = "0.3.5" +version = "0.3.6" #dynamic = ["version"] description = "Quantum Abstract Machine (QuAM) facilitates development of abstraction layers in experiments." authors = [