From d9be84cfeb4494526e773ae23fbe0bdf8f22aa89 Mon Sep 17 00:00:00 2001 From: John Children Date: Wed, 4 Sep 2024 11:06:35 +0100 Subject: [PATCH] chore: Update conanfile --- tket/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tket/conanfile.py b/tket/conanfile.py index 3c6f11dbc9..558f4756d0 100644 --- a/tket/conanfile.py +++ b/tket/conanfile.py @@ -23,7 +23,7 @@ class TketConan(ConanFile): name = "tket" - version = "1.3.20" + version = "1.3.21" package_type = "library" license = "Apache 2" homepage = "https://github.com/CQCL/tket"