Skip to content

Commit

Permalink
バージョンアップ 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
okaits committed Jun 13, 2024
1 parent 378985b commit 19fed79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nicovideo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
""" nicovideo.py: nicovideo API wrapper for Python3. """
from . import video, errors, user, apirawdicts

__version__ = "4.0.0"
__version__ = "4.0.1"
__all__ = ["video", "user", "errors", "apirawdicts"]
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.py"
version = "4.0.0"
version = "4.0.1"
description = "ニコニコ動画のAPIを使用して、動画や投稿者などの情報を取得するライブラリです。"
license = "MIT"
authors = ["okaits7534 <[email protected]>"]
Expand Down

0 comments on commit 19fed79

Please sign in to comment.