Skip to content

Commit

Permalink
hotfix: release v0.13.1b1 (#660)
Browse files Browse the repository at this point in the history
- Fix required dependency for sigstore

Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
kairoaraujo committed Aug 2, 2024
1 parent afdb964 commit 457bd38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ dependencies = [
"rich",
"rich-click",
"securesystemslib[crypto]",
"tuf"
"tuf",
"sigstore",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion repository_service_tuf/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#
# SPDX-License-Identifier: MIT

version = "0.13.0b1"
version = "0.13.1b1"
copyright = "Copyright (c) 2024 Repository Service for TUF Contributors"
author = "Kairo de Araujo"

0 comments on commit 457bd38

Please sign in to comment.