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

Commit

Permalink
fix: forgot to change package version :(
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Feb 11, 2023
1 parent 2f86c35 commit 1532a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.1"
version = "2.3.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
Expand Up @@ -5,5 +5,5 @@
from .store import NullStore
from .store import Store

__version__ = '2.2.1'
__version__ = '2.3.1'
__all__ = ['ShikimoriAPI', 'Store', 'NullStore', 'MemoryStore', 'JSONStore']

0 comments on commit 1532a80

Please sign in to comment.