From 8c1ce90f604f21418de1bafa85160fc7eb3f7c13 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Mon, 18 May 2026 11:32:13 +0200 Subject: [PATCH] =?UTF-8?q?bump=20versi=C3=B3=20a=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repoman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repoman.py b/repoman.py index 5ff5b34..dfc9bb9 100644 --- a/repoman.py +++ b/repoman.py @@ -23,7 +23,7 @@ from rich.live import Live from rich.table import Table from rich.text import Text -__version__ = "1.0.0" +__version__ = "1.0.1" console = Console()