From 394260c029324a68461aa4f1599a785f771d27c7 Mon Sep 17 00:00:00 2001 From: blidd-google <112491344+blidd-google@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:04:42 -0400 Subject: [PATCH] Revert "chore: Release 0.3.0 (#189)" This reverts commit ee9589d1a5ebe5e2f8e79755b86ec0c3d8efb589. --- src/firebase_functions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firebase_functions/__init__.py b/src/firebase_functions/__init__.py index 474f4be..9b9af4f 100644 --- a/src/firebase_functions/__init__.py +++ b/src/firebase_functions/__init__.py @@ -15,4 +15,4 @@ Firebase Functions for Python. """ -__version__ = "0.3.0" +__version__ = "0.2.0"