From b0f680715a6d0e57ce648ead89b61673f7728548 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Primo=C5=BE=20Godec?=
Date: Sat, 1 Feb 2020 09:50:34 +0100
Subject: [PATCH] Bump version to 0.9.0
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index f750ac77e..0630a1f63 100644
--- a/setup.py
+++ b/setup.py
@@ -15,9 +15,9 @@
NAME = 'Orange3-Text'
MAJOR = 0
-MINOR = 8
+MINOR = 9
MICRO = 0
-IS_RELEASED = True
+IS_RELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION