Skip to content

Commit

Permalink
📌 Update ozi/spec/ci.py - checkpoint 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc <[email protected]>
  • Loading branch information
rjdbcm authored May 18, 2024
1 parent 50d4509 commit 48b4cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Checkpoint(Default):
"""Checkpoint suites to run."""

suites: tuple[str, ...] = ('dist', 'lint', 'test')
version: str = '0.1.7'
version: str = '0.2.0'


@dataclass(kw_only=True, frozen=True, eq=True)
Expand Down

0 comments on commit 48b4cf6

Please sign in to comment.