From a3ca86d81dd86c75ae9a098b41c6d42c7d14fc0c Mon Sep 17 00:00:00 2001 From: Erick Pintor Date: Wed, 2 Oct 2024 13:40:38 -0300 Subject: [PATCH] Release 2.2.0 (#196) --- fauna/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fauna/__init__.py b/fauna/__init__.py index e7339fc9..34174aa8 100644 --- a/fauna/__init__.py +++ b/fauna/__init__.py @@ -1,5 +1,5 @@ __title__ = "Fauna" -__version__ = "2.1.0" +__version__ = "2.2.0" __api_version__ = "10" __author__ = "Fauna, Inc" __license__ = "MPL 2.0"