From 48d7cf86758e056f4c300815a0c3fbfe725e0c27 Mon Sep 17 00:00:00 2001 From: Tiago Quintino Date: Mon, 15 Nov 2021 09:16:07 +0000 Subject: [PATCH] version bump --- thermofeel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermofeel/__init__.py b/thermofeel/__init__.py index 4163923..39f737f 100644 --- a/thermofeel/__init__.py +++ b/thermofeel/__init__.py @@ -8,4 +8,4 @@ from .thermofeel import * # noqa -__version__ = "1.1.0" +__version__ = "1.1.1"