diff --git a/setup.py b/setup.py index 516f84c22..da1287057 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages NAME = "orange-canvas-core" -VERSION = "0.1.22.dev0" +VERSION = "0.1.22" DESCRIPTION = "Core component of Orange Canvas" with open("README.rst", "rt", encoding="utf-8") as f: