From 70e3d1688f73bfb513db575de767294ca5ffa993 Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Wed, 16 Oct 2024 21:17:45 +0200 Subject: [PATCH] bump dev version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca5a1c36..1b33ff38 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ NAME = "orange-canvas-core" -VERSION = "0.2.4" +VERSION = "0.2.5.dev0" DESCRIPTION = "Core component of Orange Canvas" with open("README.rst", "rt", encoding="utf-8") as f: