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