We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8750312 commit 8b6319aCopy full SHA for 8b6319a
oqpy/__init__.py
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
############################################################################
16
17
-__version__ = "0.3.3"
+__version__ = "0.3.5"
18
from oqpy.classical_types import *
19
from oqpy.control_flow import *
20
from oqpy.program import *
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "oqpy"
3
-version = "0.3.4"
+version = "0.3.5"
4
description = "Generating OpenQASM 3 + OpenPulse in Python"
5
authors = ["OQpy Contributors <[email protected]>"]
6
license = "Apache-2.0"
0 commit comments