Skip to content

Commit 136afb9

Browse files
Prepare v1.0.0 major release (#32)
* Bump version to 1.0.0 for major release Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Bump minimum required Python version to 3.10 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d4ec271 commit 136afb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta"
66
name = "pyroscope-otel"
77
description = "A library providing profiling functionalities related to OpenTelemetry"
88
readme = "README.md"
9-
version = "0.4.1"
10-
requires-python = ">= 3.8"
9+
version = "1.0.0"
10+
requires-python = ">= 3.10"
1111
dependencies = [
1212
"opentelemetry-api>=1.27.0, <2.0.0",
1313
"opentelemetry-sdk>=1.27.0, <2.0.0",

0 commit comments

Comments
 (0)