From 69a495245694be02d76281eddab228ba21ba74ff Mon Sep 17 00:00:00 2001 From: kat-statsig <167801639+kat-statsig@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:55:28 -0700 Subject: [PATCH] [release] 0.44.1 - Update logging copy when StatsigOptions is updated (#328) ### Fixes - Set logging copy when statsig options is updated instead of just when it's initiated. >Included In This Release >- 6b2e4f5d2ed70320d25e22bfda1bc80732262397 kat-statsig > - set logging copy when properties are changed (#327) --- statsig/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsig/version.py b/statsig/version.py index a262ca7..c09c695 100644 --- a/statsig/version.py +++ b/statsig/version.py @@ -1 +1 @@ -__version__ = '0.44.0' +__version__ = '0.44.1'