From d45de3737879cfe7a6acc361631fa5cb1ef584bb Mon Sep 17 00:00:00 2001 From: Pierre Fersing Date: Mon, 29 Apr 2024 22:15:18 +0200 Subject: [PATCH] Add .dev0 to next version --- src/paho/mqtt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paho/mqtt/__init__.py b/src/paho/mqtt/__init__.py index 377cecc7..9372c8f8 100644 --- a/src/paho/mqtt/__init__.py +++ b/src/paho/mqtt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.1.0" +__version__ = "2.1.1.dev0" class MQTTException(Exception):