diff --git a/django_ulogin/__init__.py b/django_ulogin/__init__.py index 209d610..60ffc14 100644 --- a/django_ulogin/__init__.py +++ b/django_ulogin/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.1.0' +__version__ = '1.1.1' def get_version(): diff --git a/pyproject.toml b/pyproject.toml index 73f1460..cbb6355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-ulogin" -version = "1.1.0" +version = "1.1.1" description = "User social authentication with ulogin.ru service" readme = "README.rst" authors = ["Mikhail Porokhovnichenko "] diff --git a/setup.cfg b/setup.cfg index ba17998..a1ef634 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True message = [{new_version} Released]