Skip to content

Commit

Permalink
README.md 修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Javakky committed Dec 3, 2021
1 parent 1aacf74 commit b607380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ json = SnapshotSearchAPIV2() \
.no_filter() \
.limit(100) \
.request() \
.user_agent("NicoApiClient", "0.5.0") \
.json()
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nicovideo_api_client"
version = "1.0.0"
version = "1.0.1"
description = "ニコニコ動画 スナップショット検索APIv2の Python クライアント"
authors = ["Javakky <[email protected]>"]
homepage = "https://github.com/Javakky/NicoApiClient"
Expand Down

0 comments on commit b607380

Please sign in to comment.