From 216515e71e4da5699e67cfe0ff055ac167983e71 Mon Sep 17 00:00:00 2001 From: Diego Cepeda Date: Thu, 25 Feb 2021 10:25:14 -0800 Subject: [PATCH] Update __init__.py - add a default per app message quota --- src/iris/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iris/__init__.py b/src/iris/__init__.py index 44e67809..ccc27dc2 100644 --- a/src/iris/__init__.py +++ b/src/iris/__init__.py @@ -1 +1 @@ -__version__ = "1.0.31" +__version__ = "1.0.32"