diff --git a/CHANGELOG.md b/CHANGELOG.md index 49dd78c8..035403f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## [0.3.2] ### Added - Added full QuAM documentation, including web hosting +- Added `BasicQuAM` to QuAM components ### Fixed - Fix error where a numpy array of integration weights raises an error diff --git a/pyproject.toml b/pyproject.toml index 7d77d686..591dcf5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "quam" -version = "0.3.1" +version = "0.3.2" description = "Quantum Abstract Machine (QuAM) facilitates development of abstraction layers in experiments." authors = [ { name = "Serwan Asaad", email = "serwan.asaad@quantum-machines.co" },