From 884e8a3562801aac86e31950ab1974513161d48b Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sat, 10 Sep 2022 18:16:59 +0200 Subject: Release v4.3 --- beinc_generic_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'beinc_generic_client.py') 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 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.0 +# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.3 # Copyright (C) 2013-2022 Simeon Simeonov # This program is free software: you can redistribute it and/or modify @@ -30,7 +30,7 @@ import urllib.parse import urllib.request __author__ = 'Simeon Simeonov' -__version__ = '4.2' +__version__ = '4.3' __license__ = 'GPL3' -- cgit v1.3