Skip to content

Commit

Permalink
fix: fix release_status in setup.py (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
danoscarmike authored Jun 16, 2020
1 parent e8ab039 commit f8ba998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-containeranalysis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
name = "google-cloud-containeranalysis"
description = "Container Analysis API API client library"
version = "1.0.0"
release_status = "Development Status :: 5 - Production/stable"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
Expand Down

0 comments on commit f8ba998

Please sign in to comment.