Skip to content

Commit

Permalink
Release v3.0.0-rc.8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 7, 2021
1 parent 4a05475 commit 68cd545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.7"
version = "3.0.0-rc.8"
description = ""
authors = []
packages = [
Expand Down
5 changes: 2 additions & 3 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.7",
version="3.0.0-rc.8",
python_requires="==3.*,>=3.7.0",
packages=[
"pyquil",
Expand All @@ -37,9 +37,8 @@
package_data={
"pyquil": ["*.typed"],
"pyquil._parser": ["*.lark", "*.md"],
"pyquil.api.tests": ["data/*.ini", "data/*.json"],
"pyquil.external": ["*.md"],
"pyquil.tests": ["data/*.json", "data/*.quil", "data/*.toml"],
"pyquil.tests": ["data/*.json", "data/*.quil", "data/*.toml", "data/rpcq_client_key/*.key"],
},
install_requires=[
'importlib-metadata==3.*,>=3.7.3; python_version < "3.8"',
Expand Down

0 comments on commit 68cd545

Please sign in to comment.