From 8a0a1ad18ef9c446568f82b8f1294ceafe7c8598 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 16 Jul 2018 21:15:58 +0200 Subject: [PATCH] bump version --- hbmqtt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbmqtt/__init__.py b/hbmqtt/__init__.py index df3c3a6..757aec6 100644 --- a/hbmqtt/__init__.py +++ b/hbmqtt/__init__.py @@ -2,4 +2,4 @@ # # See the file license.txt for copying permission. -VERSION = (0, 9, 3, 'final', 0) +VERSION = (0, 9, 4, 'alpha', 0)