From 429748fa2836bd5fa7be7815f8a804c9e41b5662 Mon Sep 17 00:00:00 2001 From: thcrt <110127860+thcrt@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:13:15 +0100 Subject: [PATCH] Release v0.5.0 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3e177f..02c5290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "blobdash" -version = "0.4.1-dev" +version = "0.5.0" readme = "README.md" authors = [ { name = "thcrt", email = "110127860+thcrt@users.noreply.github.com" } diff --git a/uv.lock b/uv.lock index 2745ec7..dfbf678 100644 --- a/uv.lock +++ b/uv.lock @@ -36,7 +36,7 @@ wheels = [ [[package]] name = "blobdash" -version = "0.4.1.dev0" +version = "0.5.0" source = { editable = "." } dependencies = [ { name = "authentik-client" },