From: terminaldweller Date: Tue, 30 Jan 2024 16:53:01 +0000 (-0500) Subject: bumped the version to check the new python req auto-detect script X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cbd88e37eb8517dedfc6d01294cf2d28647be90e;p=irssi-scripts.irssi.org.git bumped the version to check the new python req auto-detect script --- diff --git a/scripts/mqtt.py b/scripts/mqtt.py index d9caec1..29a45e3 100644 --- a/scripts/mqtt.py +++ b/scripts/mqtt.py @@ -3,7 +3,7 @@ import irssi import paho.mqtt.client as mqtt import threading -__version__ = "0.1.0" +__version__ = "0.1.1" IRSSI = { "authors": "terminaldweller",