Skip to content

Commit

Permalink
Version release: 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Oct 11, 2024
1 parent d6a03ad commit a485016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a485016

Please sign in to comment.