diff --git a/pyproject.toml b/pyproject.toml index 7c3ad0fa..5271545a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shikithon" -version = "2.1.1" +version = "2.1.2" description = "Yet another Python wrapper for Shikimori API" authors = [ "SecondThundeR " diff --git a/shikithon/__init__.py b/shikithon/__init__.py index 3728348b..e3c5f112 100644 --- a/shikithon/__init__.py +++ b/shikithon/__init__.py @@ -1,5 +1,5 @@ """Contains package version and some magic for importing API object.""" from .api import ShikimoriAPI -__version__ = '2.1.1' +__version__ = '2.1.2' __all__ = ['ShikimoriAPI']