From ff0d3c3aef8292012ca52143cf58a46605cd2f62 Mon Sep 17 00:00:00 2001 From: Tiago Quintino Date: Mon, 5 Jul 2021 19:50:32 +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 e8900dd..a7fedd7 100644 --- a/thermofeel/__init__.py +++ b/thermofeel/__init__.py @@ -8,4 +8,4 @@ from .thermofeel import * # noqa -__version__ = "1.0.0" +__version__ = "1.0.1"