From c5c18ce60466dfe91e2cf54087f560253106ca95 Mon Sep 17 00:00:00 2001 From: Tiago Quintino Date: Fri, 9 Jul 2021 19:16:14 +0100 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 2df126b..d67fd79 100644 --- a/thermofeel/__init__.py +++ b/thermofeel/__init__.py @@ -8,4 +8,4 @@ from .thermofeel import * # noqa -__version__ = "1.0.3" +__version__ = "1.0.4"