# WhisperJAV Version Configuration
# ==================================
# Single source of truth for version information.
# Edit this file, then run: python build_release.py

[version]
major = 1
minor = 9
patch = 0
# PEP 440 prerelease suffix for wheel/pip (a0, b0, rc0, .post1, or empty for stable)
prerelease =
# Human-readable label for display (alpha, beta, rc, hotfix1, or empty for clean version)
display_label =
architecture = v4.4

[metadata]
app_name = WhisperJAV
description = Japanese AV Subtitle Generator with AI-powered transcription
author = MeiZhong
license = MIT
url = https://github.com/meizhong986/whisperjav

[installer]
python_version = 3.10.18
shortcut_name_template = WhisperJAV v{version}
shortcut_description = WhisperJAV v{version} - Japanese AV Subtitle Generator
desktop_icon = whisperjav_icon.ico
install_prefix = %%LOCALAPPDATA%%\WhisperJAV

[build]
wheel_tag = py3-none-any
clean_before_build = true

[changelog]
include_git_log = true
commits_since_tag = true
