We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a1128 commit 748b98cCopy full SHA for 748b98c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.9.4
+current_version = 0.9.5
3
commit = True
4
tag = True
5
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-youtube"
-version = "0.9.4"
+version = "0.9.5"
description = "A Python wrapper around for YouTube Data API."
authors = ["ikaroskun <merle.liukun@gmail.com>"]
6
license = "MIT"
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
7
8
-__version__ = "0.9.4"
+__version__ = "0.9.5"
0 commit comments