Skip to content

Commit

Permalink
バージョンアップ v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okaits committed Sep 24, 2023
1 parent ba2867f commit e1fd9cc
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
Expand Up @@ -12,7 +12,7 @@
import json5
from bs4 import BeautifulSoup as bs

__version__ = '3.0.1'
__version__ = '3.1.0'

class Error():
""" Errors """
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nicovideo.py"
version = "3.0.1"
version = "3.1.0"
authors = [{name = "okaits#7534", email = "[email protected]"}]
license = {text = "GNU Lesser General Public License 3.0"}
description = "Get nicovideo's video metadata."
Expand Down

0 comments on commit e1fd9cc

Please sign in to comment.