diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 86a1018..69a130f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.5 +current_version = 0.9.6 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 66e6a68..6c050bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-youtube" -version = "0.9.5" +version = "0.9.6" description = "A Python wrapper around for YouTube Data API." authors = ["ikaroskun "] license = "MIT" diff --git a/pyyoutube/__version__.py b/pyyoutube/__version__.py index 805b864..e0bcaf7 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.5" +__version__ = "0.9.6"