Skip to content

Commit

Permalink
Explicitly marking google-cloud-bigquery as "dev". (#4290)
Browse files Browse the repository at this point in the history
This is to make it clear the code is between releases. Towards #4208.

See: https://snarky.ca/how-i-manage-package-version-numbers/
  • Loading branch information
dhermes committed Oct 31, 2017
1 parent 3653378 commit 073dec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name='google-cloud-bigquery',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Google BigQuery',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 073dec0

Please sign in to comment.