File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " voicemode" ,
33 "description" : " Voice conversations with Claude Code using local speech-to-text and text-to-speech" ,
4- "version" : " 8.0.6p0 " ,
4+ "version" : " 8.0.7p0 " ,
55 "author" : {
66 "name" : " Mike Bailey" ,
77 "email" : " mike@failmode.com"
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ 8.0.7] - 2026-01-29
1111
12+ ## [ 8.0.7] - 2026-01-29
13+
1214### Fixed
1315
1416- ** Soundfonts Not in PyPI Package** (GH-223 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " voice-mode-install"
7- version = " 8.0.6 "
7+ version = " 8.0.7 "
88description = " Installer for VoiceMode - handles system dependencies and installation"
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 77 "url" : " https://github.com/mbailey/voicemode" ,
88 "source" : " github"
99 },
10- "version" : " 8.0.6 " ,
10+ "version" : " 8.0.7 " ,
1111 "packages" : [
1212 {
1313 "registry_type" : " pypi" ,
1414 "registry_base_url" : " https://pypi.org" ,
1515 "identifier" : " voice-mode" ,
16- "version" : " 8.0.6 " ,
16+ "version" : " 8.0.7 " ,
1717 "transport" : {
1818 "type" : " stdio"
1919 },
Original file line number Diff line number Diff line change 11# This file is automatically updated by 'make release'
22# Do not edit manually
3- __version__ = "8.0.6 "
3+ __version__ = "8.0.7 "
You can’t perform that action at this time.
0 commit comments