Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Jul 20, 2022
1 parent 689888c commit a85d5dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bigquery/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bigquery/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ pyasn1 = ">=0.1.3"

[[package]]
name = "rsa"
version = "4.8"
version = "4.9"
description = "Pure-Python RSA implementation"
category = "dev"
optional = false
Expand Down Expand Up @@ -745,8 +745,8 @@ rsa = [
{file = "rsa-4.3.tar.gz", hash = "sha256:7b863ff461f751373b4203dc09cfd07d92564575e8fafa45cc24fcde039153a0"},
{file = "rsa-4.4-py2.py3-none-any.whl", hash = "sha256:4afbaaecc3e9550c7351fdf0ab3fea1857ff616b85bab59215f00fb42e0e9582"},
{file = "rsa-4.4.tar.gz", hash = "sha256:5d95293bbd0fbee1dd9cb4b72d27b723942eb50584abc8c4f5f00e4bcfa55307"},
{file = "rsa-4.8-py3-none-any.whl", hash = "sha256:95c5d300c4e879ee69708c428ba566c59478fd653cc3a22243eeb8ed846950bb"},
{file = "rsa-4.8.tar.gz", hash = "sha256:5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17"},
{file = "rsa-4.9-py3-none-any.whl", hash = "sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7"},
{file = "rsa-4.9.tar.gz", hash = "sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21"},
]
scandir = [
{file = "scandir-1.10.0-cp27-cp27m-win32.whl", hash = "sha256:92c85ac42f41ffdc35b6da57ed991575bdbe69db895507af88b9f499b701c188"},
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pyproject.rest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-rest-bigquery"
version = "6.1.1"
version = "6.1.2"
description = "Python Client for Google Cloud BigQuery"
readme = "README.rst"

Expand Down
2 changes: 1 addition & 1 deletion bigquery/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-aio-bigquery"
version = "6.1.1"
version = "6.1.2"
description = "Python Client for Google Cloud BigQuery"
readme = "README.rst"

Expand Down

0 comments on commit a85d5dc

Please sign in to comment.