Skip to content

Commit

Permalink
chore: release v1.4.2 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Oct 2, 2020
1 parent 7136241 commit 23894f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

name = "google-cloud-core"
description = "Google Cloud API client core library"
version = "1.4.2rc2"
version = "1.4.2"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = ["google-api-core >= 1.19.0, < 2.0.0dev"]
extras = {"grpc": "grpcio >= 1.8.2, < 2.0dev"}

Expand Down

0 comments on commit 23894f1

Please sign in to comment.