Skip to content

Commit 1e6c5d7

Browse files
committed
🚀 RELEASE: v0.0.1
initial release
1 parent 5984523 commit 1e6c5d7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Changelog
2+
3+
## [0.0.1] - 2025-08-06
4+
5+
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.0"
66+
__version__ = "0.0.1"
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.0"
3+
version = "0.0.1"
44
description = "Python SDK for the Langbase API"
55
readme = "README.md"
66
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)