Skip to content

Commit

Permalink
bump version and upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
everdrone committed Dec 9, 2024
1 parent b85b007 commit 3d5c948
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion nts/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import ffmpeg
import music_tag

__version__ = '1.3.2'
__version__ = '1.3.3'

# defaults to darwin
download_dir = '~/Downloads'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="nts-everdrone",
version="1.3.2",
version="1.3.3",
author="Giorgio Tropiano",
author_email="giorgiotropiano@gmail.com",
description="NTS Radio downloader tool",
Expand Down

0 comments on commit 3d5c948

Please sign in to comment.