From af71398752eec819069c9750dad47bc261f94101 Mon Sep 17 00:00:00 2001 From: Lan Zagar Date: Mon, 19 Feb 2018 11:06:24 +0100 Subject: [PATCH] Bump version to 3.11.0-dev --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 732b63285c9..adcde7eb248 100755 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ NAME = 'Orange3' -VERSION = '3.10.0' -ISRELEASED = True +VERSION = '3.11.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