diff --git a/setup.py b/setup.py
index 2dfb3511d9c..cc4914f560f 100755
--- a/setup.py
+++ b/setup.py
@@ -37,8 +37,8 @@
 
 NAME = 'Orange3'
 
-VERSION = '3.29.2'
-ISRELEASED = True
+VERSION = '3.30.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