From 0e6e473818287cbae10a7f733b942c63bc2febb6 Mon Sep 17 00:00:00 2001 From: David Eliahu Date: Fri, 4 Jun 2021 15:57:09 -0700 Subject: [PATCH] Add __version__ to python client --- python/client/cortex/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/client/cortex/__init__.py b/python/client/cortex/__init__.py index dc400dedc6..cafb4055b3 100644 --- a/python/client/cortex/__init__.py +++ b/python/client/cortex/__init__.py @@ -21,6 +21,9 @@ from cortex.telemetry import sentry_wrapper +__version__ = "master" # CORTEX_VERSION + + @sentry_wrapper def client(env: Optional[str] = None) -> Client: """