We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edef825 commit 4efa4b5Copy full SHA for 4efa4b5
packages/google-cloud-error-reporting/google/cloud/error_reporting/__init__.py
@@ -15,6 +15,9 @@
15
"""Client library for Stackdriver Error Reporting"""
16
17
18
+from pkg_resources import get_distribution
19
+__version__ = get_distribution('google-cloud-error-reporting').version
20
+
21
from google.cloud.error_reporting.client import Client
22
from google.cloud.error_reporting.client import HTTPContext
23
from google.cloud.error_reporting.util import build_flask_context
0 commit comments