From 428e8742f8ed8ddc2667bc91efd6a0fcbcef2ff4 Mon Sep 17 00:00:00 2001 From: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com> Date: Tue, 27 Jul 2021 22:44:53 +0530 Subject: [PATCH] fix: Bump version number after 2.2.1b2 release --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index df949c65d1..f270988226 100644 --- a/version.py +++ b/version.py @@ -4,4 +4,4 @@ # license that can be found in the LICENSE file or at # https://developers.google.com/open-source/licenses/bsd -__version__ = "2.2.1b2" +__version__ = "2.2.1b3"