Skip to content

Commit

Permalink
📌 OZI-Project/publish 0.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 7, 2024
1 parent 1fcdd10 commit 1d15f59
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 @@ -17,7 +17,7 @@ class Publish(Default):
"""Publishing patterns for packaged project."""

include: tuple[str, ...] = ('*.tar.gz', '*.whl', 'sig/*')
version: str = '0.1.3'
version: str = '0.1.5'


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

0 comments on commit 1d15f59

Please sign in to comment.