Skip to content

Commit 4efa4b5

Browse files
dhermeslukesneeringer
authored andcommitted
Adding GCCL header for HTTP APIs. (#3046)
1 parent edef825 commit 4efa4b5

File tree

1 file changed

+3
-0
lines changed
  • packages/google-cloud-error-reporting/google/cloud/error_reporting

1 file changed

+3
-0
lines changed

packages/google-cloud-error-reporting/google/cloud/error_reporting/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"""Client library for Stackdriver Error Reporting"""
1616

1717

18+
from pkg_resources import get_distribution
19+
__version__ = get_distribution('google-cloud-error-reporting').version
20+
1821
from google.cloud.error_reporting.client import Client
1922
from google.cloud.error_reporting.client import HTTPContext
2023
from google.cloud.error_reporting.util import build_flask_context

0 commit comments

Comments
 (0)