-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update the README to reflect that this library is GA (#112)
* feat: bump release level to production/stable * Replace alpha/beta with GA
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
name="google-cloud-bigquery-reservation", | ||
description="Google Cloud BigQuery Reservation API client library", | ||
version=version, | ||
release_status="Development Status :: 4 - Beta", | ||
release_status="Development Status :: 5 - Production/Stable", | ||
long_description=readme, | ||
author="Google LLC", | ||
author_email="[email protected]", | ||
|
@@ -47,7 +47,7 @@ | |
), | ||
python_requires=">=3.6", | ||
classifiers=[ | ||
"Development Status :: 4 - Beta", | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3.6", | ||
|