From 6c4dcabfec29c5193f72c14ec63ec5d14bcad275 Mon Sep 17 00:00:00 2001 From: John Long Date: Mon, 22 Jan 2024 14:23:33 -0500 Subject: [PATCH] Bump BloqadeLattices to 0.2.1 (#657) * Bump BloqadeLattices to 0.2.1 * Bump BloqadeLattices to 0.2.1 in Project.toml and Bloqade to 0.2.2 --- Project.toml | 4 ++-- lib/BloqadeLattices/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 707ecbae9..82de76abe 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Bloqade" uuid = "bd27d05e-4ce1-5e79-84dd-c5d7d508bbe1" -version = "0.2.1" +version = "0.2.2" [deps] BloqadeExpr = "bd27d05e-4ce1-5e79-84dd-c5d7d508abe2" @@ -21,7 +21,7 @@ YaoSubspaceArrayReg = "bd27d05e-4ce1-5e79-84dd-c5d7d508ade2" [compat] BloqadeExpr = "0.2" BloqadeKrylov = "0.2" -BloqadeLattices = "0.2" +BloqadeLattices = "0.2.1" BloqadeMIS = "0.2" BloqadeODE = "0.2" BloqadeWaveforms = "0.2" diff --git a/lib/BloqadeLattices/Project.toml b/lib/BloqadeLattices/Project.toml index 9564ee6bb..d0318f991 100644 --- a/lib/BloqadeLattices/Project.toml +++ b/lib/BloqadeLattices/Project.toml @@ -1,6 +1,6 @@ name = "BloqadeLattices" uuid = "bd27d05e-4ce1-5e79-84dd-c5d7d508bbe4" -version = "0.2.0" +version = "0.2.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"