Skip to content

Commit 67c44d6

Browse files
committed
bump version to 0.1.1
1 parent 3f66e68 commit 67c44d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openobserve/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
>>> openobserve_init_traces()
2424
"""
2525

26-
__version__ = "0.1.0"
26+
__version__ = "0.1.1"
2727

2828
from .agent import openobserve_agent
2929
from .client import (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openobserve-telemetry-sdk"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A simple Python SDK for exporting OpenTelemetry logs, metrics, and traces to OpenObserve"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)