Skip to content

Commit cd03daf

Browse files
committed
chore: bump version to 2.3.2
1 parent e5fd4bc commit cd03daf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Open WebUI → OpenRouter Pipe
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4-
[![Version](https://img.shields.io/badge/version-2.3.1-blue.svg)](https://github.com/rbb-dev/Open-WebUI-OpenRouter-pipe)
4+
[![Version](https://img.shields.io/badge/version-2.3.2-blue.svg)](https://github.com/rbb-dev/Open-WebUI-OpenRouter-pipe)
55
[![Open WebUI Compatible](https://img.shields.io/badge/Open%20WebUI-0.8.0%2B-green.svg)](https://openwebui.com/)
66

77
**Access 350+ AI models through one interface.**

open_webui_openrouter_pipe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
id: open_webui_openrouter_pipe
77
description: Stub loader that installs and imports the full pipe from GitHub
88
required_open_webui_version: 0.8.0
9-
version: 2.3.1
10-
requirements: git+https://github.com/rbb-dev/Open-WebUI-OpenRouter-pipe.git@v2.3.1
9+
version: 2.3.2
10+
requirements: git+https://github.com/rbb-dev/Open-WebUI-OpenRouter-pipe.git@v2.3.2
1111
license: MIT
1212
1313
This is a lightweight stub for Open WebUI.

open_webui_openrouter_pipe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from importlib.metadata import version as _get_version
1919
__version__ = _get_version("open-webui-openrouter-pipe")
2020
except Exception:
21-
__version__ = "2.3.1" # Fallback if not installed as package
21+
__version__ = "2.3.2" # Fallback if not installed as package
2222

2323
# -----------------------------------------------------------------------------
2424
# Type hints only (no runtime import)

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 = "open-webui-openrouter-pipe"
7-
version = "2.3.1"
7+
version = "2.3.2"
88
description = "OpenRouter Responses API pipe for Open WebUI"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)