Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: fix release_status in setup.py
  • Loading branch information
danoscarmike authored Jun 16, 2020
commit 758b018534eff63578e3c98e7f21519bf9bb61c3
2 changes: 1 addition & 1 deletion 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