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