Skip to content

Commit a27a239

Browse files
committed
Fixed incorrect component used for version
1 parent 859a44d commit a27a239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "labscript suite contributors"
2424

2525
# The full version, including alpha/beta/rc tags
26-
from labscript_utils import __version__ as version # noqa: E402
26+
from runmanager import __version__ as version # noqa: E402
2727

2828
release = version
2929

0 commit comments

Comments
 (0)