We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71cf7b commit d12a509Copy full SHA for d12a509
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup, find_packages
3
4
NAME = "orange-canvas-core"
5
-VERSION = "0.2.0a1.dev0"
+VERSION = "0.2.0"
6
DESCRIPTION = "Core component of Orange Canvas"
7
8
with open("README.rst", "rt", encoding="utf-8") as f:
0 commit comments