Skip to content

Commit 2ab673c

Browse files
committed
chore: bump version 0.2.1
1 parent 43da521 commit 2ab673c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langbot-plugin"
3-
version = "0.2.1-beta.1"
3+
version = "0.2.1"
44
description = "This package contains the SDK, CLI for building plugins for LangBot, plus the runtime for hosting LangBot plugins"
55
readme = "README.md"
66
authors = [

src/langbot_plugin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1-beta.1"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)