Skip to content

Commit 57cd31a

Browse files
Bump version to 0.3.1 (#55)
1 parent e8ffc3a commit 57cd31a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oqpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
############################################################################
1616

17-
__version__ = "0.3.0"
17+
__version__ = "0.3.1"
1818
from oqpy.classical_types import *
1919
from oqpy.control_flow import *
2020
from oqpy.program import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "oqpy"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Generating OpenQASM 3 + OpenPulse in Python"
55
authors = ["OQpy Contributors <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)