Skip to content

Commit 5ad0db0

Browse files
authored
Merge pull request #6 from psivaraj/0_2_4_update
0.2.5 update that bumps openqasm3 to 0.3.0.
2 parents 5a8acc8 + a31f74d commit 5ad0db0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/openpulse/openpulse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
the :obj:`~parser.parse` function.
1515
"""
1616

17-
__version__ = "0.2.4"
17+
__version__ = "0.2.5"
1818

1919
from . import ast
2020

source/openpulse/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
antlr4-python3-runtime==4.9.2
2-
openqasm3==0.2.0
2+
openqasm3==0.3.0

source/openpulse/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages = find:
2626
include_package_data = True
2727
install_requires =
2828
antlr4-python3-runtime==4.9.2
29-
openqasm3==0.2.0
29+
openqasm3==0.3.0
3030

3131
[options.packages.find]
3232
exclude = tests*

0 commit comments

Comments
 (0)