diff --git a/esteid/__init__.py b/esteid/__init__.py index 080e846..587c2ab 100644 --- a/esteid/__init__.py +++ b/esteid/__init__.py @@ -1 +1 @@ -__version__ = "3.2" +__version__ = "3.3" diff --git a/pyproject.toml b/pyproject.toml index e2e2121..8089b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-esteid" -version = "3.2" +version = "3.3" description = "Django-esteid is a package that provides Esteid based authentication for your Django applications." readme = "README.md" license = "BSD"