Skip to content

Commit

Permalink
Release v3.0.0-rc.10 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 16, 2021
1 parent ead429e commit 79d52a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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 = "pyquil"
version = "3.0.0-rc.9"
version = "3.0.0-rc.10"
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
authors = []
packages = [
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
setup(
long_description=readme,
name="pyquil",
version="3.0.0-rc.9",
version="3.0.0-rc.10",
description="A Python library for creating Quantum Instruction Language (Quil) programs.",
python_requires="==3.*,>=3.7.0",
packages=[
"pyquil",
Expand All @@ -36,6 +37,7 @@
"networkx==2.*,>=2.5.0",
"numpy==1.*,>=1.20.0",
"qcs-api-client==0.*,>=0.7.0",
"retry==0.*,>=0.9.2",
"rpcq==3.*,>=3.6.0",
"scipy==1.*,>=1.6.1",
],
Expand All @@ -47,6 +49,8 @@
"pytest==6.*,>=6.2.2",
"pytest-cov==2.*,>=2.11.1",
"pytest-httpx==0.*,>=0.9.0",
"pytest-rerunfailures==9.*,>=9.1.1",
"pytest-timeout==1.*,>=1.4.2",
"pytest-xdist==2.*,>=2.2.1",
],
"docs": [
Expand Down

0 comments on commit 79d52a5

Please sign in to comment.