From 5cbd36e5f3c4235c438e26bfe260c5c6d6fd98a0 Mon Sep 17 00:00:00 2001 From: Serwan Asaad Date: Thu, 10 Oct 2024 14:23:45 +0200 Subject: [PATCH] Version release: 0.3.5 --- CHANGELOG.md | 3 ++- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a6169c..f33f81d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## [Unreleased] +## [0.3.5] ### Added - Added `DragCosinePulse`. - Added support for sticky channels through the `StickyChannelAddon` (see documentation) - Added `Channel.thread`, which defaults to None +- QUAM can now be installed through PyPi ### Changed - Added ports for different hardware. As a consequence we now also support the LF-FEM and MW-FEM diff --git a/README.md b/README.md index b1c72efe..f0b6f51e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To install QuAM, first ensure you have 3.8 ≤ Python ≤ 3.11 installed on your Then run the following command: ```bash -pip install git+https://github.com/qua-platform/quam.git +pip install quam ``` ## Quick Start diff --git a/pyproject.toml b/pyproject.toml index 6af34777..64537ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "quam" -version = "0.3.4" +version = "0.3.5" #dynamic = ["version"] description = "Quantum Abstract Machine (QuAM) facilitates development of abstraction layers in experiments." authors = [