We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f997f commit 2950fcaCopy full SHA for 2950fca
flowllm/__init__.py
@@ -1,6 +1,6 @@
1
2
3
-__version__ = "0.1.11.3"
+__version__ = "0.1.11.4"
4
5
from flowllm.app import FlowLLMApp
6
from flowllm.context.service_context import C
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "flowllm"
7
-version = "0.1.11.3"
+version = "0.1.11.4"
8
description = "A flexible framework for building LLM-powered flows and mcp services"
9
authors = [
10
{ name = "jinli.yl", email = "jinli.yl@alibaba-inc.com" },
0 commit comments