From 2f061d25bad9ac190ce402ae19bc941865a46097 Mon Sep 17 00:00:00 2001 From: seebye Date: Wed, 9 Dec 2020 14:00:57 +0100 Subject: [PATCH] release new version --- ueberzug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueberzug/__init__.py b/ueberzug/__init__.py index 5b819a6..33a1a7a 100644 --- a/ueberzug/__init__.py +++ b/ueberzug/__init__.py @@ -1,4 +1,4 @@ -__version__ = '18.1.7' +__version__ = '18.1.8' __license__ = 'GPLv3' __description__ ='ueberzug is a command line util which allows to display images in combination with X11' __url_repository__ = 'https://github.com/seebye/ueberzug'