Skip to content

Commit 365082c

Browse files
committed
Bump version: 0.9.5 → 0.9.6
1 parent 867b6aa commit 365082c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.5
2+
current_version = 0.9.6
33
commit = True
44
tag = True
55

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-youtube"
3-
version = "0.9.5"
3+
version = "0.9.6"
44
description = "A Python wrapper around for YouTube Data API."
55
authors = ["ikaroskun <merle.liukun@gmail.com>"]
66
license = "MIT"

pyyoutube/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# 88 88 88 88 88 `8b d8' 88 V888 88 `8b d8' 88b d88 88 88b d88 88 8D 88.
66
# 88 YP YP YP YP `Y88P' VP V8P YP `Y88P' ~Y8888P' YP ~Y8888P' Y8888P' Y88888P
77

8-
__version__ = "0.9.5"
8+
__version__ = "0.9.6"

0 commit comments

Comments
 (0)