From 40ff19038908c2708bfda82ff59612c72e7eefd6 Mon Sep 17 00:00:00 2001 From: Hiranya Jayathilaka Date: Wed, 28 Jun 2017 11:05:31 -0700 Subject: [PATCH] Bumped version to 2.1.0 --- firebase_admin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase_admin/__init__.py b/firebase_admin/__init__.py index 514d9e0f1..e140e22b6 100644 --- a/firebase_admin/__init__.py +++ b/firebase_admin/__init__.py @@ -23,7 +23,7 @@ # Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification # Update this accordingly for each release. -__version__ = '2.0.0' +__version__ = '2.1.0' _apps = {} _apps_lock = threading.RLock()