Skip to content

Commit 965838f

Browse files
committed
feat: bump version 0.3.11
1 parent 66b816c commit 965838f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.3.10"
3+
version = "0.3.11"
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.3.10"
1+
__version__ = "0.3.11"

0 commit comments

Comments
 (0)