Skip to content

Commit

Permalink
version: bump to 0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: jingfelix <jingfelix@outlook.com>
  • Loading branch information
jingfelix committed Aug 23, 2024
1 parent c0b3686 commit ae7023b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ repos:
- id: check-added-large-files
repos:
- repo: https://github.com/python/black
rev: 23.11.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/pdm-project/pdm
rev: 2.11.1
rev: 2.18.1
hooks:
- id: pdm-export
args: ['-o', 'requirements.txt', '--without-hashes']
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bilifm"
version = "0.2.2"
version = "0.2.3"
description = "Download Bilibili videos as audios."
authors = [
{name = "jingfelix", email = "jingfelix@outlook.com"},
Expand Down

0 comments on commit ae7023b

Please sign in to comment.