Skip to content

Commit

Permalink
Bump version to 0.2.0.dev0
Browse files Browse the repository at this point in the history
Because we break api in discovery with the changing the type of
pkg_resources.Distribution with importlib.metadata.Distribution
  • Loading branch information
ales-erjavec committed Nov 17, 2023
1 parent 72efcb7 commit 97c6829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97c6829

Please sign in to comment.