diff --git a/package.json b/package.json index cb9b4d2..8e6c684 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/pyproject.toml b/pyproject.toml index 4c6fcec..be3f4f7 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.7" +version = "0.0.8" [tool.poetry.dependencies] python = ">=3.10,<4"