Skip to content

Commit

Permalink
update sigstore and bump versions to reflect
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJoeMartinez committed May 5, 2024
1 parent 76489c9 commit b148160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v1.2.3
uses: sigstore/gh-action-sigstore-python@v2.1.1
with:
inputs: >-
./dist/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "yt-fts"
version = "0.1.46"
version = "0.1.47"
description = "Search all of a YouTube channel from the command line"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion yt_fts/yt_fts.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .utils import *
from rich.console import Console

YT_FTS_VERSION = "0.1.46"
YT_FTS_VERSION = "0.1.47"

@click.group(context_settings={"help_option_names": ["-h", "--help"]})
@click.version_option(YT_FTS_VERSION, message='yt_fts version: %(version)s')
Expand Down

0 comments on commit b148160

Please sign in to comment.