Skip to content

Commit 72bd174

Browse files
Bump to 1.9.1 and specify __all__
1 parent 3e4aee0 commit 72bd174

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

robotools/__init__.py

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,29 @@
1414
from .utils import DilutionPlan, get_trough_wells
1515
from .worklists import BaseWorklist, CompatibilityError
1616

17-
__version__ = "1.9.0"
17+
__version__ = "1.9.1"
18+
__all__ = (
19+
"BaseWorklist",
20+
"CompatibilityError",
21+
"DilutionPlan",
22+
"evo_cmd",
23+
"evotools",
24+
"EvoWorklist",
25+
"FluentWorklist",
26+
"get_trough_wells",
27+
"int_to_tip",
28+
"InvalidOperationError",
29+
"Labware",
30+
"Labwares",
31+
"liquidhandling",
32+
"make_well_array",
33+
"make_well_index_dict",
34+
"Tip",
35+
"Trough",
36+
"VolumeOverflowError",
37+
"VolumeUnderflowError",
38+
"WellRandomizer",
39+
"WellRotator",
40+
"WellShifter",
41+
"Worklist",
42+
)

0 commit comments

Comments
 (0)