diff --git a/pyproject.toml b/pyproject.toml index 06b4870..d3b2d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "pyroscope-otel" description = "A library providing profiling functionalities related to OpenTelemetry" readme = "README.md" -version = "0.1.0" +version = "0.2.0" requires-python = ">= 3.8" dependencies = [ "opentelemetry-api==1.27.0",