Skip to content

Commit 16dea56

Browse files
committed
Update qe-qasm version to 0.3.0
1 parent 1e4b85c commit 16dea56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conan/qasm/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
class QasmConan(ConanFile):
2222
name = "qasm"
23-
version = "0.2.16"
23+
version = "0.3.0"
2424
url = "https://github.com/Qiskit/qe-qasm.git"
2525
settings = "os", "compiler", "build_type", "arch"
2626
options = {"shared": [True, False], "examples": [True, False]}

conandata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ requirements:
66
- pybind11/2.10.1
77
- clang-tools-extra/14.0.6@
88
- llvm/14.0.6-2@
9-
- qasm/0.2.16@qss/stable
9+
- qasm/0.3.0@qss/stable

0 commit comments

Comments
 (0)