diff --git a/unshackle/core/__main__.py b/unshackle/core/__main__.py index 4ff59bb..eb1b182 100644 --- a/unshackle/core/__main__.py +++ b/unshackle/core/__main__.py @@ -66,10 +66,10 @@ def main(version: bool, debug: bool, log_path: Path) -> None: r"█▪██▌•█▌▐█▐█ ▀. ██▪▐█▐█ ▀█ ▐█ ▌▪█▌▄▌▪██• ▀▄.▀·" + "\n" r"█▌▐█▌▐█▐▐▌▄▀▀▀█▄██▀▐█▄█▀▀█ ██ ▄▄▐▀▀▄·██▪ ▐▀▀▪▄" + "\n" r"▐█▄█▌██▐█▌▐█▄▪▐███▌▐▀▐█ ▪▐▌▐███▌▐█.█▌▐█▌▐▌▐█▄▄▌" + "\n" - r" ▀▀▀ ▀▀ █▪ ▀▀▀▀ ▀▀▀ · ▀ ▀ ·▀▀▀ ·▀ ▀.▀▀▀ ▀▀▀ " + "\n", + r" ▀▀▀ ▀▀ █▪ ▀▀▀▀ ▀▀▀ · ▀ ▀ ·▀▀▀ ·▀ ▀.▀▀▀ ▀▀▀ ", style="ascii.art", ), - f"v[repr.number]{__version__}[/] - {datetime.now().year} - sp4rk.y", + f"v[repr.number]{__version__}[/]", ), (1, 11, 1, 10), expand=True,