diff --git a/Dockerfile b/Dockerfile index 56be9c7..97a67f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,4 +75,4 @@ RUN uv sync --frozen --no-dev # Set entrypoint to allow passing commands directly to unshackle ENTRYPOINT ["uv", "run", "unshackle"] -CMD ["-h"] \ No newline at end of file +CMD ["-h"] diff --git a/unshackle/core/__main__.py b/unshackle/core/__main__.py index eb1b182..63f7fa4 100644 --- a/unshackle/core/__main__.py +++ b/unshackle/core/__main__.py @@ -1,6 +1,5 @@ import atexit import logging -from datetime import datetime from pathlib import Path import click @@ -69,7 +68,7 @@ def main(version: bool, debug: bool, log_path: Path) -> None: r" ▀▀▀ ▀▀ █▪ ▀▀▀▀ ▀▀▀ · ▀ ▀ ·▀▀▀ ·▀ ▀.▀▀▀ ▀▀▀ ", style="ascii.art", ), - f"v[repr.number]{__version__}[/]", + "v 3.3.3 Copyright © 2019-2025 rlaphoenix" + f"\nv [repr.number]{__version__}[/] - unshackle", ), (1, 11, 1, 10), expand=True,