From 450902d713980e0edefcfd2d2a2a35eb875072d7 Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Fri, 4 Feb 2022 20:27:53 +0000 Subject: [PATCH] Bump version to 0.7.0rc0 (#1155) --- flash/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash/__about__.py b/flash/__about__.py index d356579fee..45560148de 100644 --- a/flash/__about__.py +++ b/flash/__about__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.0dev" +__version__ = "0.7.0rc0" __author__ = "PyTorchLightning et al." __author_email__ = "name@pytorchlightning.ai" __license__ = "Apache-2.0"