From 4de47598e19168ffea1cd4ae4c6abf9ac73dd521 Mon Sep 17 00:00:00 2001 From: PennyWieser Date: Sun, 13 Oct 2024 16:07:52 -0700 Subject: [PATCH] fix for factory thing --- src/Thermobar/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Thermobar/_version.py b/src/Thermobar/_version.py index fbb782c..56f7e16 100644 --- a/src/Thermobar/_version.py +++ b/src/Thermobar/_version.py @@ -5,4 +5,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module -__version__ = '1.0.49' +__version__ = '1.0.50'