Skip to content

Commit a841347

Browse files
authored
fix(bigquerystorage): sync __version__ with PyPI
Out-of-date version is causing issues with prerelease tests.
1 parent 24ea70e commit a841347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "2.33.1" # {x-release-please-version}

0 commit comments

Comments
 (0)