From 5927c44cb4413e9f9fa8f9a5e4fdf48d6d09b207 Mon Sep 17 00:00:00 2001 From: Prashant Anand Date: Sat, 27 Sep 2025 20:03:06 +0900 Subject: [PATCH] bump patch version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af6f30c..50292f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hns" -version = "1.0.4" +version = "1.0.5" description = "A simple, privacy-focused speech-to-text CLI tool" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index f95ef91..2ce1255 100644 --- a/uv.lock +++ b/uv.lock @@ -304,7 +304,7 @@ wheels = [ [[package]] name = "hns" -version = "1.0.4" +version = "1.0.5" source = { editable = "." } dependencies = [ { name = "click" },