Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 2de847c

Browse files
authored
fix: fix release_status in setup.py (#17)
1 parent 0ee656c commit 2de847c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-containeranalysis"
2424
description = "Container Analysis API API client library"
2525
version = "1.0.0"
26-
release_status = "Development Status :: 5 - Production/stable"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
2929
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",

0 commit comments

Comments
 (0)