Skip to content

Commit

Permalink
bump: version 0.0.11 → 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Nov 5, 2024
1 parent 30b6a07 commit 8f5700c
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.11"
"yarn-audit-fix": "^10.0.12"
},
"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.11"
"version": "0.0.12"
}
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.11"
version = "0.0.12"

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

0 comments on commit 8f5700c

Please sign in to comment.