File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1212#
1313import os
1414import sys
15- sys .path .insert (0 , os .path .abspath ('../../src' ))
1615
16+ sys .path .insert (0 , os .path .abspath ('../../src' ))
1717
1818# -- Project information -----------------------------------------------------
1919
2222author = 'SuperAnnotate AI'
2323
2424# The full version, including alpha/beta/rc tags
25- from superannotate .version import __version__
25+ from superannotate import __version__
26+
2627release = __version__
2728
2829# -- General configuration ---------------------------------------------------
5758html_show_sourcelink = False
5859
5960html_context = {
60- "display_github" : False , # Add 'Edit on Github' link instead of 'View page source'
61- "last_updated" : True ,
62- "commit" : False ,
63- }
61+ "display_github" : False , # Add 'Edit on Github' link instead of 'View page source'
62+ "last_updated" : True ,
63+ "commit" : False ,
64+ }
Original file line number Diff line number Diff line change 11import os
22import sys
33
4- __version__ = "4.4.1dev10 "
4+ __version__ = "4.4.1b1 "
55
66sys .path .append (os .path .split (os .path .realpath (__file__ ))[0 ])
77
You can’t perform that action at this time.
0 commit comments