We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a8acc8 + a31f74d commit 5ad0db0Copy full SHA for 5ad0db0
3 files changed
source/openpulse/openpulse/__init__.py
@@ -14,7 +14,7 @@
14
the :obj:`~parser.parse` function.
15
"""
16
17
-__version__ = "0.2.4"
+__version__ = "0.2.5"
18
19
from . import ast
20
source/openpulse/requirements.txt
@@ -1,2 +1,2 @@
1
antlr4-python3-runtime==4.9.2
2
-openqasm3==0.2.0
+openqasm3==0.3.0
source/openpulse/setup.cfg
@@ -26,7 +26,7 @@ packages = find:
26
include_package_data = True
27
install_requires =
28
29
- openqasm3==0.2.0
+ openqasm3==0.3.0
30
31
[options.packages.find]
32
exclude = tests*
0 commit comments