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 5adc28c commit ca39302Copy full SHA for ca39302
docs/source/conf.py
@@ -22,9 +22,8 @@
22
author = 'SuperAnnotate AI'
23
24
# The full version, including alpha/beta/rc tags
25
-
26
-import superannotate
27
-release = superannotate.__version__
+from superannotate.version import __version__
+release = __version__
28
29
# -- General configuration ---------------------------------------------------
30
master_doc = 'index'
0 commit comments