From 1968a2fd396bd6a22a92feba24d437068a874557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 17 Jun 2024 14:22:41 +0200 Subject: [PATCH] Bump to 20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- gemato/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemato/__init__.py b/gemato/__init__.py index 4e049f3..9df5d66 100644 --- a/gemato/__init__.py +++ b/gemato/__init__.py @@ -1,3 +1,3 @@ """Gentoo Manifest Tool -- a utility to verify and update Manifest files""" -__version__ = "20.5" +__version__ = "20.6"