From 801837701371e504e40a7ca8d4816659b5bcd3d9 Mon Sep 17 00:00:00 2001 From: Ales Erjavec Date: Fri, 24 Nov 2023 12:08:40 +0100 Subject: [PATCH] Bump version to 0.2.0a1.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 94af8f6b..3a0aaebb 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.0a1.dev0" DESCRIPTION = "Core component of Orange Canvas" with open("README.rst", "rt", encoding="utf-8") as f: