From 189ab8be1f2ea5389a64b749cc184583d35fad75 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 1 Apr 2025 22:02:37 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= 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 eba377f..904093b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "home-stream" -version = "0.1.0" +version = "0.1.1" description = "Browser and streaming interface for local media files" repository = "https://github.com/mxmehl/home-stream" authors = ["Max Mehl "]