From: Urban Wallasch Date: Mon, 31 May 2021 11:42:16 +0000 (+0200) Subject: * Bumped version to 0.4 X-Git-Tag: v0.4 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=5b3bc490bdf1cef03617459ec14c3e34b38835f8;p=ffpreview.git * Bumped version to 0.4 --- diff --git a/ffpreview.py b/ffpreview.py index 9231557..5aa4d03 100755 --- a/ffpreview.py +++ b/ffpreview.py @@ -9,7 +9,7 @@ FFpreview is distributed under the Modified ("3-clause") BSD License. See `LICENSE` file for more information. """ -_FFPREVIEW_VERSION = '0.3+' +_FFPREVIEW_VERSION = '0.4' _FFPREVIEW_NAME = 'FFpreview'