From ad293401ec758f73f972cd4aa6b88f7ea58f22db Mon Sep 17 00:00:00 2001 From: coletdjnz Date: Thu, 14 Nov 2024 20:25:24 +1300 Subject: [PATCH] release: 0.3.0 --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cddb303..265298d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Experimental YouTube streaming features for yt-dlp. ## Features - [UMP Downloader](#ump-downloader) +- [SABR Downloader](#sabr-downloader) ## Installing diff --git a/pyproject.toml b/pyproject.toml index ca9e0b4..0b70492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "yt-dlp-ytse" -version = "0.2.0" +version = "0.3.0" readme = "README.md" requires-python = ">=3.8" license = { file = "LICENSE"}