From 330ebe0076f459b3859703f8a2b9c5515cc9bd54 Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Tue, 8 Jun 2021 15:37:18 +0100 Subject: [PATCH] Bump version number --- flash/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash/__about__.py b/flash/__about__.py index 6d2cebac66..99127b0f23 100644 --- a/flash/__about__.py +++ b/flash/__about__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.1" +__version__ = "0.3.2rc0" __author__ = "PyTorchLightning et al." __author_email__ = "name@pytorchlightning.ai" __license__ = 'Apache-2.0'