Skip to content

Commit cbf5b10

Browse files
committed
Bump dev version to 4.28.0
1 parent e26e6d6 commit cbf5b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from setuptools.command.install import install
77

88
NAME = 'orange-widget-base'
9-
VERSION = '4.27.0'
10-
ISRELEASED = True
9+
VERSION = '4.28.0'
10+
ISRELEASED = False
1111
# full version identifier including a git revision identifier for development
1212
# build/releases (this is filled/updated in `write_version_py`)
1313
FULLVERSION = VERSION

0 commit comments

Comments
 (0)