From 329d3e2f5255aaa44f994a5e0d0d896af85a5bdd Mon Sep 17 00:00:00 2001 From: sroyal-statsig <76536058+sroyal-statsig@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:20:40 -0800 Subject: [PATCH] [release] 0.25.0 - Aggregate exposures for non analytics gates (#224) Adding aggregation for exposures from non analytics gates >Included In This Release >- e9b8684a76adb90796cf5d39571d2a80ba9d5af8 tore-statsig > - Prototype exposure aggregation (#222) Co-authored-by: statsig-kong[bot] --- statsig/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsig/version.py b/statsig/version.py index f8ab8c2..8c308d7 100644 --- a/statsig/version.py +++ b/statsig/version.py @@ -1 +1 @@ -__version__ = '0.24.0' +__version__ = '0.25.0'