Skip to content

Commit 2950fca

Browse files
committed
chore(version): bump version to 0.1.11.4
1 parent b5f997f commit 2950fca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flowllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
__version__ = "0.1.11.3"
3+
__version__ = "0.1.11.4"
44

55
from flowllm.app import FlowLLMApp
66
from flowllm.context.service_context import C

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "flowllm"
7-
version = "0.1.11.3"
7+
version = "0.1.11.4"
88
description = "A flexible framework for building LLM-powered flows and mcp services"
99
authors = [
1010
{ name = "jinli.yl", email = "jinli.yl@alibaba-inc.com" },

0 commit comments

Comments
 (0)