diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 70b147d..0918f26 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 b2b70bc..bc75b60 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 bd3cab4..d466786 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"