From 529467323310ffeca8fda89e89430f8922db1cac Mon Sep 17 00:00:00 2001 From: Lan Zagar Date: Fri, 1 Dec 2017 14:01:13 +0100 Subject: [PATCH] Bump version to 3.9.0-dev --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0c8be0b3b74..587d4525c3c 100755 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ NAME = 'Orange3' -VERSION = '3.8.0' -ISRELEASED = True +VERSION = '3.9.0' +ISRELEASED = False # full version identifier including a git revision identifier for development # build/releases (this is filled/updated in `write_version_py`) FULLVERSION = VERSION