Skip to content

Commit 3541cad

Browse files
Release v0.4.3 [skip ci]
1 parent bd7c5e3 commit 3541cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qiskit-rigetti"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "Provider for running Qiskit circuits on Rigetti QPUs and simulators."
55
authors = ["Rigetti Computing"]
66
license = "Apache-2.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
setup(
2222
long_description=readme,
2323
name="qiskit-rigetti",
24-
version="0.4.2",
24+
version="0.4.3",
2525
description="Provider for running Qiskit circuits on Rigetti QPUs and simulators.",
2626
python_requires="==3.*,>=3.7.0",
2727
project_urls={

0 commit comments

Comments
 (0)