From 8f5700c18b012ed20eb48b9548432830fe196013 Mon Sep 17 00:00:00 2001 From: Andrew Udvare Date: Mon, 4 Nov 2024 20:05:31 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.11=20=E2=86=92=200.0.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1d05187..c61b81a 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.11" + "yarn-audit-fix": "^10.0.12" }, "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.11" + "version": "0.0.12" } diff --git a/pyproject.toml b/pyproject.toml index 2515be0..134d84d 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.11" +version = "0.0.12" [tool.poetry.dependencies] python = ">=3.10,<4"