Coverage for anaconda_opentelemetry / __version__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-03-17 15:45 +0000

1# -*- coding: utf-8 -*- 

2# SPDX-FileCopyrightText: 2025 Anaconda, Inc 

3# SPDX-License-Identifier: Apache-2.0 

4 

5# __version__.py 

6 

7# DO NOT Change the __SDK_VERSION__ line!!! MUST be "0.0.0.devbuild"!! 

8__SDK_VERSION__ = "1.0.1" 

9__TELEMETRY_SCHEMA_VERSION__ = "0.3.0"