Skip to content

Commit

Permalink
Release v3.0.0-rc.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 24, 2021
1 parent 01085cd commit c9650d6
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = "pyquil"
version = "3.0.0-rc.3"
version = "3.0.0-rc.4"
description = ""
authors = []
packages = [
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
setup(
long_description=readme,
name="pyquil",
version="3.0.0-rc.3",
version="3.0.0-rc.4",
python_requires="==3.*,>=3.7.0",
packages=[
"pyquil",
Expand Down Expand Up @@ -46,7 +46,7 @@
"ipython==7.*,>=7.21.0",
"lark==0.*,>=0.11.1",
"networkx==2.*,>=2.5.0",
"numpy==1.19.*",
"numpy==1.*,>=1.20.0",
"qcs-api-client==0.*,>=0.7.0",
"rpcq==3.*,>=3.6.0",
"scipy==1.*,>=1.6.1",
Expand Down

0 comments on commit c9650d6

Please sign in to comment.