From f39aa8613d741c595226a82e35c9ad88d37c2d48 Mon Sep 17 00:00:00 2001 From: Mher Movsisyan Date: Sun, 7 Aug 2022 05:24:14 -0400 Subject: [PATCH] Set release version --- flower/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flower/__init__.py b/flower/__init__.py index c0ef4dbbe..b9b86f7fa 100644 --- a/flower/__init__.py +++ b/flower/__init__.py @@ -1,2 +1,2 @@ -VERSION = (1, 1, 0) +VERSION = (1, 2, 0) __version__ = '.'.join(map(str, VERSION))