change version

This commit is contained in:
Exil Productions
2025-12-04 23:15:42 +01:00
parent d00016f2eb
commit d6f1b565d8

View File

@@ -21,7 +21,7 @@ from .ui.app import StatsManApp
default="black", default="black",
help="Terminal background color (default: black)", help="Terminal background color (default: black)",
) )
@click.version_option(version="0.1.0", prog_name="statsman") @click.version_option(version="0.1.3", prog_name="statsman")
def main(refresh_rate: float, no_color: bool, bg_color: str) -> None: def main(refresh_rate: float, no_color: bool, bg_color: str) -> None:
"""StatsMan - Terminal System Monitor with Manual UI""" """StatsMan - Terminal System Monitor with Manual UI"""
app = StatsManApp(refresh_rate=refresh_rate, no_color=no_color, bg_color=bg_color) app = StatsManApp(refresh_rate=refresh_rate, no_color=no_color, bg_color=bg_color)