chore: bump sidecar version to 1.0.1 [skip ci]

This commit is contained in:
Gitea Actions
2026-04-06 20:45:14 +00:00
parent c9db43d56c
commit ef5734ef15
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "local-transcription" name = "local-transcription"
version = "1.0.0" version = "1.0.1"
description = "A standalone desktop application for real-time speech-to-text transcription using Whisper models" description = "A standalone desktop application for real-time speech-to-text transcription using Whisper models"
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"

View File

@@ -1,7 +1,7 @@
"""Version information for Local Transcription.""" """Version information for Local Transcription."""
__version__ = "1.4.0" __version__ = "1.4.0"
__version_info__ = (1, 4, 0) __version_info__ = (1, 0, 1)
# Version history: # Version history:
# 1.4.0 - Auto-update feature: # 1.4.0 - Auto-update feature: