From 278bd4a8ed77b7a3745c03770f609a160a355ebf Mon Sep 17 00:00:00 2001 From: bronsen Date: Sun, 22 Feb 2026 19:06:31 +0100 Subject: [PATCH] release: bump version since we have more tests now re: #14 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6356117..f9c5d33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "teilchensammler-cli" -version = "0.5.0" +version = "0.5.1" description = "Build up and maintain an inventory of electronics parts and tools." readme = "README.md" requires-python = ">=3.14,<4.0" diff --git a/uv.lock b/uv.lock index 0c0c8bc..4c6979b 100644 --- a/uv.lock +++ b/uv.lock @@ -1153,7 +1153,7 @@ wheels = [ [[package]] name = "teilchensammler-cli" -version = "0.5.0" +version = "0.5.1" source = { editable = "." } dependencies = [ { name = "ciso8601" },