Skip to content

Commit a76bbd4

Browse files
committed
docs: ✏️ readme
fix duplicate explicit name in readme
1 parent b0a2772 commit a76bbd4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.1
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Build and publish to pypi
12-
uses: JRubics/poetry-publish@v1.13
12+
uses: JRubics/poetry-publish@v1.17
1313
with:
1414
pypi_token: ${{ secrets.PYPI_TOKEN }}
1515

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Get channel detail:
104104
...
105105
}
106106

107-
To get more usage to see our `docs <docs/docs/usage/work-with-client.md>`_, or `examples <examples/clients>`_
107+
To get more usage to see our `client docs <docs/docs/usage/work-with-client.md>`_, or `client examples <examples/clients>`_
108108

109109
Work with API
110110
----------------
@@ -184,4 +184,4 @@ Get channel detail:
184184
...
185185
}
186186
187-
To get more usage to see our `docs <docs/docs/usage/work-with-api.md>`_, or `examples <examples/apis>`_
187+
To get more usage to see our `api docs <docs/docs/usage/work-with-api.md>`_, or `api examples <examples/apis>`_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-youtube"
3-
version = "0.9.1"
3+
version = "0.9.0"
44
description = "A Python wrapper around for YouTube Data API."
55
authors = ["ikaroskun <[email protected]>"]
66
license = "MIT"

pyyoutube/__version__.py

Lines changed: 1 addition & 1 deletion
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.1"
8+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)