Skip to content

Commit

Permalink
fix: fix release_status in setup.py (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Jun 16, 2020
1 parent 21e2151 commit 3fa9e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-container/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
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 3fa9e17

Please sign in to comment.