Skip to content

Commit

Permalink
fix: draft@0.3.11 and release@0.8.11
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc <rjdbcm@outlook.com>
  • Loading branch information
rjdbcm authored Sep 6, 2024
1 parent 75a1647 commit 9d81f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ozi_spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ class Publish(Default):
class Draft(Default):
"""Draft release patterns for packaged project."""

version: str = '0.3.10'
version: str = '0.3.11'


@dataclass(slots=True, frozen=True, eq=True)
class Release(Default):
"""Release patterns for packaged project."""

version: str = '0.8.10'
version: str = '0.8.11'


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

0 comments on commit 9d81f33

Please sign in to comment.