From 3e8207771402ef207d135b17640c349924cebd75 Mon Sep 17 00:00:00 2001 From: Erick Pintor Date: Tue, 1 Oct 2024 17:13:29 -0300 Subject: [PATCH] Release 2.2.0 --- 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"