diff --git a/src/paho/mqtt/__init__.py b/src/paho/mqtt/__init__.py index 6a74444e..668dc019 100644 --- a/src/paho/mqtt/__init__.py +++ b/src/paho/mqtt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.0rc2" +__version__ = "2.0.0rc3.dev0" class MQTTException(Exception):