diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dcc847c..088a704d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] +## [0.3.3] ### Added - Added the following parameters to `IQChannel`: `RF_frequency`, `LO_frequency`, `intermediate_frequency` - Added the following properties to `IQChannel`: `inferred_RF_frequency`, `inferred_LO_frequency`, `inferred_intermediate_frequency` diff --git a/pyproject.toml b/pyproject.toml index 591dcf5f..09aa2c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "quam" -version = "0.3.2" +version = "0.3.3" description = "Quantum Abstract Machine (QuAM) facilitates development of abstraction layers in experiments." authors = [ { name = "Serwan Asaad", email = "serwan.asaad@quantum-machines.co" },