From b352ba806a93c4c7766042e260b92197128fc5e1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Jan 2026 06:53:12 +0000 Subject: [PATCH] chore: bump version to v0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcc9776..aa5063c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flow-proxy-plugin" -version = "0.1.3" +version = "0.1.4" description = "A proxy.py plugin for Flow LLM Proxy authentication and request forwarding with load balancing" authors = ["Your Name "] readme = "README.md"