Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
bump version to 0.6.0 and update pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Jun 5, 2022
1 parent 165c82c commit 9411a6f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
32 changes: 23 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shikithon"
version = "0.5.0"
version = "0.6.0"
description = "Yet another Python wrapper for Shikimori API"
authors = [
"SecondThundeR <[email protected]>"
Expand Down Expand Up @@ -36,7 +36,7 @@ ratelimit = "^2.2.1"
loguru = "^0.6.0"

[tool.poetry.dev-dependencies]
pylint = "^2.13.9"
pylint = "^2.14.0"
pre-commit = "^2.19.0"
yapf = "^0.32.0"
isort = "^5.10.1"
Expand Down
2 changes: 1 addition & 1 deletion shikithon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Contains package version and some magic for importing API object."""
from shikithon.api import API

__version__ = '0.5.0'
__version__ = '0.6.0'
__all__ = ['API']

0 comments on commit 9411a6f

Please sign in to comment.