From 2dcf173ff53cfa109eca1f79b34ad18c9086bb5f Mon Sep 17 00:00:00 2001 From: Lauric Desauw Date: Tue, 26 Oct 2021 10:39:01 +0200 Subject: [PATCH] v0.8.3 --- smartwatts/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartwatts/__init__.py b/smartwatts/__init__.py index 2f26ffb..caa19cd 100644 --- a/smartwatts/__init__.py +++ b/smartwatts/__init__.py @@ -14,4 +14,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -__version__ = "0.8.2" +__version__ = "0.8.3"