diff --git a/package.json b/package.json index 42d2ab7..dbd0b0b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } diff --git a/pyproject.toml b/pyproject.toml index c0df852..43047d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"