diff options
| author | Simeon Simeonov | 2020-12-09 09:42:59 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-12-09 09:42:59 +0100 |
| commit | 768d8e570a0d7b7795b70bd8354c809db179238d (patch) | |
| tree | 17127d75032f7931c4872125633266daa62009c6 /beinc_pull.py | |
| parent | 1b9cb7758519abd11c676c81c421416cf3195fb0 (diff) | |
Fix encoding error in Python 3.9 and bump version to 4.1v4.1
Diffstat (limited to 'beinc_pull.py')
| -rwxr-xr-x | beinc_pull.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 38 | 38 | ||
| 39 | 39 | ||
| 40 | __author__ = 'Simeon Simeonov' | 40 | __author__ = 'Simeon Simeonov' |
| 41 | __version__ = '4.0' | 41 | __version__ = '4.1' |
| 42 | __license__ = 'GPL3' | 42 | __license__ = 'GPL3' |
| 43 | 43 | ||
| 44 | 44 | ||
