summaryrefslogtreecommitdiff
path: root/beinc_pull.py
diff options
context:
space:
mode:
Diffstat (limited to 'beinc_pull.py')
-rwxr-xr-xbeinc_pull.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/beinc_pull.py b/beinc_pull.py
index 67b6e63..118a08a 100755
--- a/beinc_pull.py
+++ b/beinc_pull.py
@@ -1,7 +1,7 @@
1#!/usr/bin/env python 1#!/usr/bin/env python
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3 3
4# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.0 4# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.3
5# Copyright (C) 2013-2022 Simeon Simeonov 5# Copyright (C) 2013-2022 Simeon Simeonov
6 6
7# This program is free software: you can redistribute it and/or modify 7# This program is free software: you can redistribute it and/or modify
@@ -38,7 +38,7 @@ except ImportError:
38 38
39 39
40__author__ = 'Simeon Simeonov' 40__author__ = 'Simeon Simeonov'
41__version__ = '4.2' 41__version__ = '4.3'
42__license__ = 'GPL3' 42__license__ = 'GPL3'
43 43
44 44