Skip to content

Commit 5f2628a

Browse files
committed
🚀 RELEASE: v0.0.2
initial release
1 parent 1e6c5d7 commit 5f2628a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.0.2] - 2025-08-06
4+
5+
initial release
6+
7+
38
## [0.0.1] - 2025-08-06
49

510
initial release

langbase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
)
6464
from .workflow import TimeoutError, Workflow
6565

66-
__version__ = "0.0.1"
66+
__version__ = "0.0.2"
6767
__author__ = "LangbaseInc"
6868
__description__ = "Python SDK for the Langbase API"
6969

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langbase"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Python SDK for the Langbase API"
55
readme = "README.md"
66
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)