1 parent e96a859 commit 2167942Copy full SHA for 2167942
3 files changed
.gitignore
@@ -76,3 +76,6 @@ temp/
76
# MkDocs build output
77
site/
78
CLI_IMPLEMENTATION_RECAP.md
79
+
80
+# Test scripts (root level only)
81
+/*_test_script.py
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "shh-cli"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Voice transcription CLI powered by OpenAI Whisper"
5
requires-python = ">=3.11"
6
authors = [
shh_test_script.py
0 commit comments