From 5aca6d51bb20f9ebaba5d95601bbe5f5657256fc Mon Sep 17 00:00:00 2001 From: Lucas Pedroza <40873230+pnwpedro@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:13:44 -0700 Subject: [PATCH] Release 2.3.0 (#202) --- fauna/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fauna/__init__.py b/fauna/__init__.py index 34174aa8..c76dfd58 100644 --- a/fauna/__init__.py +++ b/fauna/__init__.py @@ -1,5 +1,5 @@ __title__ = "Fauna" -__version__ = "2.2.0" +__version__ = "2.3.0" __api_version__ = "10" __author__ = "Fauna, Inc" __license__ = "MPL 2.0"