summaryrefslogtreecommitdiff
path: root/beinc_generic_client.py
diff options
context:
space:
mode:
authorSimeon Simeonov2018-06-27 18:43:21 +0200
committerSimeon Simeonov2018-06-27 18:43:21 +0200
commit7588760bb3f4e8d09691bb099a69a70fc9f5c0d4 (patch)
treef563bfafdc2a0888f1323d7658b6603c547efab7 /beinc_generic_client.py
parent0b0f1c999304ae61ecad430aad5e0397a2810f0b (diff)
Finalize recent changes to version 3.0
Diffstat (limited to 'beinc_generic_client.py')
-rwxr-xr-xbeinc_generic_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/beinc_generic_client.py b/beinc_generic_client.py
index c76a88c..4d8fc35 100755
--- a/beinc_generic_client.py
+++ b/beinc_generic_client.py
@@ -2,7 +2,7 @@
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3 3
4# Blackmore's Enhanced IRC-Notification Collection (BEINC) v2.0 4# Blackmore's Enhanced IRC-Notification Collection (BEINC) v2.0
5# Copyright (C) 2013-2015 Simeon Simeonov 5# Copyright (C) 2013-2018 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
8# it under the terms of the GNU General Public License as published by 8# it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ import xmlrpclib
30 30
31 31
32__author__ = 'Simeon Simeonov' 32__author__ = 'Simeon Simeonov'
33__version__ = '2.0' 33__version__ = '3.0'
34__license__ = 'GPL3' 34__license__ = 'GPL3'
35 35
36 36