Skip to content

Commit

Permalink
Correct release_status for bigquery_storage (googleapis#6767)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored and Erik Webb committed Dec 3, 2018
1 parent c87cfcd commit 3cb3a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery_storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name = 'google-cloud-bigquery-storage'
description = 'BigQuery Storage API API client library'
version = '0.1.0'
release_status = '3 - Alpha'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 1.5.1, < 2.0.0dev',
'enum34; python_version < "3.4"',
Expand Down

0 comments on commit 3cb3a12

Please sign in to comment.