Skip to content

Commit 7cb3ebf

Browse files
authored
Add __version__ to python client (#2226)
1 parent 4c6d74d commit 7cb3ebf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/client/cortex/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
from cortex.telemetry import sentry_wrapper
2222

2323

24+
__version__ = "master" # CORTEX_VERSION
25+
26+
2427
@sentry_wrapper
2528
def client(env: Optional[str] = None) -> Client:
2629
"""

0 commit comments

Comments
 (0)