From 768d8e570a0d7b7795b70bd8354c809db179238d Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 9 Dec 2020 09:42:59 +0100 Subject: Fix encoding error in Python 3.9 and bump version to 4.1 --- beinc_pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beinc_pull.py') diff --git a/beinc_pull.py b/beinc_pull.py index 9c44c00..c99cde8 100755 --- a/beinc_pull.py +++ b/beinc_pull.py @@ -38,7 +38,7 @@ except ImportError: __author__ = 'Simeon Simeonov' -__version__ = '4.0' +__version__ = '4.1' __license__ = 'GPL3' -- cgit v1.3