From 0ce81e556c09d0ef69b546a5a6414aef2961c5e6 Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Mon, 23 Dec 2024 10:41:37 +0100 Subject: [PATCH] Bump version to 3.39.0-dev --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7565164c67..587556b099 100755 --- a/setup.py +++ b/setup.py @@ -36,8 +36,8 @@ NAME = 'Orange3' -VERSION = '3.38.1' -ISRELEASED = True +VERSION = '3.39.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