summaryrefslogtreecommitdiff
path: root/beinc_generic_client.py
diff options
context:
space:
mode:
authorSimeon Simeonov2022-09-10 18:16:59 +0200
committerSimeon Simeonov2022-09-10 18:16:59 +0200
commit884e8a3562801aac86e31950ab1974513161d48b (patch)
treed9eea8fe85e9d8819b3a54cbda1d75b33185555e /beinc_generic_client.py
parent003cd12be734b05d7281579d3d377f79425531fa (diff)
Release v4.3v4.3
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 af1e74f..476287e 100755
--- a/beinc_generic_client.py
+++ b/beinc_generic_client.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
@@ -30,7 +30,7 @@ import urllib.parse
30import urllib.request 30import urllib.request
31 31
32__author__ = 'Simeon Simeonov' 32__author__ = 'Simeon Simeonov'
33__version__ = '4.2' 33__version__ = '4.3'
34__license__ = 'GPL3' 34__license__ = 'GPL3'
35 35
36 36