change version
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user