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