From 92afde02a5464167aad56124ab992bd39ae0dcea Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 1 Apr 2025 22:35:44 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 904093b..26f6dcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "home-stream" -version = "0.1.1" +version = "0.1.2" description = "Browser and streaming interface for local media files" repository = "https://github.com/mxmehl/home-stream" authors = ["Max Mehl "]