Skip to content

Commit 073dec0

Browse files
authored
Explicitly marking google-cloud-bigquery as "dev". (#4290)
This is to make it clear the code is between releases. Towards #4208. See: https://snarky.ca/how-i-manage-package-version-numbers/
1 parent 3653378 commit 073dec0

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
@@ -60,7 +60,7 @@
6060

6161
setup(
6262
name='google-cloud-bigquery',
63-
version='0.28.0',
63+
version='0.28.1.dev1',
6464
description='Python Client for Google BigQuery',
6565
long_description=README,
6666
namespace_packages=[

0 commit comments

Comments
 (0)