From 1ed2f67a55b8df75c5fab9aacd7d9ff4d460812a Mon Sep 17 00:00:00 2001 From: ikaroskun Date: Wed, 19 Jul 2023 18:20:10 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.9.1?= 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 ae633b4e..a39ba3f2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 2c6ec99c..d92754c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-youtube" -version = "0.9.0" +version = "0.9.1" description = "A Python wrapper around for YouTube Data API." authors = ["ikaroskun "] license = "MIT" diff --git a/pyyoutube/__version__.py b/pyyoutube/__version__.py index eafa166e..ba1fec40 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.0" +__version__ = "0.9.1"