Skip to content

Commit

Permalink
Release v0.4.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 26, 2021
1 parent 33ac2e7 commit af99073
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qiskit-rigetti"
version = "0.4.0"
version = "0.4.1"
description = "Provider for running Qiskit circuits on Rigetti QPUs and simulators."
authors = ["Rigetti Computing"]
license = "Apache-2.0"
Expand Down
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
setup(
long_description=readme,
name="qiskit-rigetti",
version="0.4.0",
version="0.4.1",
description="Provider for running Qiskit circuits on Rigetti QPUs and simulators.",
python_requires="==3.*,>=3.7.0",
project_urls={
Expand All @@ -39,7 +39,13 @@
"Topic :: Scientific/Engineering :: Physics",
"Typing :: Typed",
],
packages=["qiskit_rigetti", "qiskit_rigetti.gates", "qiskit_rigetti.hooks"],
packages=[
"node_modules.npm.node_modules.node-gyp.gyp.pylib.gyp",
"node_modules.npm.node_modules.node-gyp.gyp.pylib.gyp.generator",
"qiskit_rigetti",
"qiskit_rigetti.gates",
"qiskit_rigetti.hooks",
],
package_dir={"": "."},
package_data={"qiskit_rigetti": ["*.typed"]},
install_requires=[
Expand Down

0 comments on commit af99073

Please sign in to comment.