diff --git a/bin/user/MQTTSubscribe.py b/bin/user/MQTTSubscribe.py index fb8dc39..1050304 100755 --- a/bin/user/MQTTSubscribe.py +++ b/bin/user/MQTTSubscribe.py @@ -521,7 +521,7 @@ from weewx.engine import StdEngine, StdService # pylint: enable=wrong-import-position -VERSION = '3.0.0-rc10' +VERSION = '3.0.0' DRIVER_NAME = 'MQTTSubscribeDriver' DRIVER_VERSION = VERSION diff --git a/install.py b/install.py index 1b34660..b19ebd8 100755 --- a/install.py +++ b/install.py @@ -11,7 +11,7 @@ from weecfg.extension import ExtensionInstaller -VERSION = '3.0.0-rc10' +VERSION = '3.0.0' MQTTSUBSCRIBE_CONFIG = """ diff --git a/mqttsubscribe.example.conf b/mqttsubscribe.example.conf index 4ac0903..f9da0e0 100644 --- a/mqttsubscribe.example.conf +++ b/mqttsubscribe.example.conf @@ -1,6 +1,6 @@ # # This is an example configuration for MQTTSubscribe -# It was created on 2024-07-16 at 09:29:42 with MQTTSubscribe version 3.0.0-rc10 +# It was created on 2024-12-31 at 10:07:30 with MQTTSubscribe version 3.0.0 # # Replace '[MQTTSubscribe]' with '[MQTTSubscribeService]' or '[MQTTSubscribeDriver]'