Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc91c87

Browse files
authored
BigQuery: Add dev version for 0.32.0 release (googleapis#5105)
This will allow downstream packages (like pandas-gbq) to check for this version when using the package at HEAD in CI tests.
1 parent 7862cd8 commit fc91c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-bigquery'
2424
description = 'Google BigQuery API client library'
25-
version = '0.31.0'
25+
version = '0.32.0.dev1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)