diff options
Diffstat (limited to 'beinc_weechat.py')
| -rw-r--r-- | beinc_weechat.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beinc_weechat.py b/beinc_weechat.py index 2288b74..b3550d8 100644 --- a/beinc_weechat.py +++ b/beinc_weechat.py | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- coding: utf-8 -*- | 1 | # -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.0 | 3 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.3 |
| 4 | # Copyright (C) 2013-2022 Simeon Simeonov | 4 | # Copyright (C) 2013-2022 Simeon Simeonov |
| 5 | 5 | ||
| 6 | # This program is free software: you can redistribute it and/or modify | 6 | # This program is free software: you can redistribute it and/or modify |
| @@ -28,7 +28,7 @@ import urllib.request | |||
| 28 | import weechat | 28 | import weechat |
| 29 | 29 | ||
| 30 | __author__ = 'Simeon Simeonov' | 30 | __author__ = 'Simeon Simeonov' |
| 31 | __version__ = '4.2' | 31 | __version__ = '4.3' |
| 32 | __license__ = 'GPL3' | 32 | __license__ = 'GPL3' |
| 33 | 33 | ||
| 34 | 34 | ||
