From e9f8fe820bca787b9fef2989b3112240fef756d5 Mon Sep 17 00:00:00 2001 From: Ales Erjavec Date: Fri, 10 Nov 2023 11:45:59 +0100 Subject: [PATCH] Bump version to 0.2a1.dev0 Because we break api in discovery with the changing the type of pkg_resources.Distribution with importlib.metadata.Distribution --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 104c608e..18c4da1b 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages NAME = "orange-canvas-core" -VERSION = "0.1.36.dev0" +VERSION = "0.2.0.dev0" DESCRIPTION = "Core component of Orange Canvas" with open("README.rst", "rt", encoding="utf-8") as f: