From 8bced2476f68dd905a902da3520c182d91d840f6 Mon Sep 17 00:00:00 2001 From: Francois Wautier Date: Mon, 6 Dec 2021 13:29:28 +0700 Subject: [PATCH] Preparing 0.2.10 release. Thanks to Will Cooke for ThermoBeacon plugin. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f498104..e1df28d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding:utf-8 -*- import setuptools -version = "0.2.9" +version = "0.2.10" with open("README.rst", "r") as fh: long_description = fh.read()