From 0a2e59a1f53d6d8793684a7562093db9c4aa99ab Mon Sep 17 00:00:00 2001 From: liukun Date: Sun, 18 Feb 2024 14:51:07 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.3=20=E2=86=92=200.9.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- pyyoutube/__version__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 70b147d9..0918f267 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.3 +current_version = 0.9.4 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index b2b70bcf..bc75b606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-youtube" -version = "0.9.3" +version = "0.9.4" description = "A Python wrapper around for YouTube Data API." authors = ["ikaroskun "] license = "MIT" diff --git a/pyyoutube/__version__.py b/pyyoutube/__version__.py index bd3cab4c..d4667860 100644 --- a/pyyoutube/__version__.py +++ b/pyyoutube/__version__.py @@ -5,4 +5,4 @@ # 88 88 88 88 88 `8b d8' 88 V888 88 `8b d8' 88b d88 88 88b d88 88 8D 88. # 88 YP YP YP YP `Y88P' VP V8P YP `Y88P' ~Y8888P' YP ~Y8888P' Y8888P' Y88888P -__version__ = "0.9.3" +__version__ = "0.9.4"