Skip to content

Commit

Permalink
BUMP: version 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2023
1 parent ef24ce5 commit 1301753
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@

All notable changes to this project will be documented in this file.

## 0.1.0 (2023-12-12)

### Features

- OTEL for kstreams
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> OTEL for kstreams
Version: `0.0.1`
Version: `0.1.0`

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opentelemetry-instrumentation-kstreams"
version = "0.0.1"
version = "0.1.0"
description = "OTEL for kstreams"
authors = ["Santiago Fraire Willemoes <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/opentelemetry_instrumentation_kstreams/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 1301753

Please sign in to comment.