Coverage for anaconda_opentelemetry/__version__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.15.4, created at 2026-08-11 20:51 +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 edit manually — updated by the update-sdk-version GitHub Actions workflow. 

8__SDK_VERSION__ = "1.2.2" 

9__TELEMETRY_SCHEMA_VERSION__ = "0.4.0"