Skip to content

Commit 2167942

Browse files
committed
update
1 parent e96a859 commit 2167942

3 files changed

Lines changed: 4 additions & 91 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,6 @@ temp/
7676
# MkDocs build output
7777
site/
7878
CLI_IMPLEMENTATION_RECAP.md
79+
80+
# Test scripts (root level only)
81+
/*_test_script.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "shh-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Voice transcription CLI powered by OpenAI Whisper"
55
requires-python = ">=3.11"
66
authors = [

shh_test_script.py

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)