Skip to content

Commit

Permalink
bump: version 0.0.9 → 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Nov 2, 2024
1 parent d5e0942 commit 06cb8ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prettier-plugin-ini": "^1.3.0",
"prettier-plugin-toml": "^2.0.1",
"prettier-plugin-sort-json": "^4.0.0",
"yarn-audit-fix": "^10.0.9"
"yarn-audit-fix": "^10.0.10"
},
"license": "MIT",
"name": "yt-dlp-types",
Expand Down Expand Up @@ -46,5 +46,5 @@
"qa": "yarn ruff && yarn check-spelling && yarn check-formatting",
"test": "poetry run pytest"
},
"version": "0.0.9"
"version": "0.0.10"
}
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.9"
version = "0.0.10"

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

0 comments on commit 06cb8ea

Please sign in to comment.