Skip to content

Commit

Permalink
change version number to V99
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos-fernandez committed Oct 30, 2024
1 parent 358b0d1 commit c8e4d96
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared-data/python/opentrons_shared_data/pipette/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c8e4d96

Please sign in to comment.