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 df0e3e9 commit a1c746cCopy full SHA for a1c746c
oqpy/__init__.py
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
############################################################################
16
17
-__version__ = "0.3.5"
+__version__ = "0.3.6"
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.5"
+version = "0.3.6"
4
description = "Generating OpenQASM 3 + OpenPulse in Python"
5
authors = ["OQpy Contributors <[email protected]>"]
6
license = "Apache-2.0"
0 commit comments