From c8e4d9662a19267ebf1baf8db1a70e37d921cd53 Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 30 Oct 2024 16:31:50 -0400 Subject: [PATCH] change version number to V99 --- .../2/general/eight_channel/p1000/{R_D.json => 9_9.json} | 0 .../2/geometry/eight_channel/p1000/{R_D.json => 9_9.json} | 0 .../liquid/eight_channel/p1000/default/{R_D.json => 9_9.json} | 0 shared-data/python/opentrons_shared_data/pipette/types.py | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) rename shared-data/pipette/definitions/2/general/eight_channel/p1000/{R_D.json => 9_9.json} (100%) rename shared-data/pipette/definitions/2/geometry/eight_channel/p1000/{R_D.json => 9_9.json} (100%) rename shared-data/pipette/definitions/2/liquid/eight_channel/p1000/default/{R_D.json => 9_9.json} (100%) diff --git a/shared-data/pipette/definitions/2/general/eight_channel/p1000/R_D.json b/shared-data/pipette/definitions/2/general/eight_channel/p1000/9_9.json similarity index 100% rename from shared-data/pipette/definitions/2/general/eight_channel/p1000/R_D.json rename to shared-data/pipette/definitions/2/general/eight_channel/p1000/9_9.json diff --git a/shared-data/pipette/definitions/2/geometry/eight_channel/p1000/R_D.json b/shared-data/pipette/definitions/2/geometry/eight_channel/p1000/9_9.json similarity index 100% rename from shared-data/pipette/definitions/2/geometry/eight_channel/p1000/R_D.json rename to shared-data/pipette/definitions/2/geometry/eight_channel/p1000/9_9.json diff --git a/shared-data/pipette/definitions/2/liquid/eight_channel/p1000/default/R_D.json b/shared-data/pipette/definitions/2/liquid/eight_channel/p1000/default/9_9.json similarity index 100% rename from shared-data/pipette/definitions/2/liquid/eight_channel/p1000/default/R_D.json rename to shared-data/pipette/definitions/2/liquid/eight_channel/p1000/default/9_9.json diff --git a/shared-data/python/opentrons_shared_data/pipette/types.py b/shared-data/python/opentrons_shared_data/pipette/types.py index be86999c4ac..a999e2d606c 100644 --- a/shared-data/python/opentrons_shared_data/pipette/types.py +++ b/shared-data/python/opentrons_shared_data/pipette/types.py @@ -14,8 +14,8 @@ # exact values. Is there a better typing mechanism # so we don't need to keep track of versions in two # different places? -PipetteModelMajorVersionType = Literal[1, 2, 3] -PipetteModelMinorVersionType = Literal[0, 1, 2, 3, 4, 5, 6] +PipetteModelMajorVersionType = Literal[1, 2, 3, 9] +PipetteModelMinorVersionType = Literal[0, 1, 2, 3, 4, 5, 6, 9] class LiquidClasses(enum.Enum):