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