Skip to content

Commit

Permalink
bump: version 0.0.7 → 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Nov 2, 2024
1 parent 2fd4999 commit e5fd655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"qa": "yarn ruff && yarn check-spelling && yarn check-formatting",
"test": "poetry run pytest"
},
"version": "0.0.7"
"version": "0.0.8"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "yt-dlp-types"
packages = [{ include = "yt_dlp-stubs" }]
readme = "README.md"
version = "0.0.7"
version = "0.0.8"

[tool.poetry.dependencies]
python = ">=3.10,<4"
Expand Down

0 comments on commit e5fd655

Please sign in to comment.