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

Commit

Permalink
chore: bump package version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Nov 25, 2022
1 parent 7f78ff5 commit f94c928
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
41 changes: 21 additions & 20 deletions poetry.lock

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

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 = "shikithon"
version = "2.1.0"
version = "2.1.1"
description = "Yet another Python wrapper for Shikimori API"
authors = [
"SecondThundeR <[email protected]>"
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 .api import ShikimoriAPI

__version__ = '2.1.0'
__version__ = '2.1.1'
__all__ = ['ShikimoriAPI']

0 comments on commit f94c928

Please sign in to comment.