diff --git a/pyproject.toml b/pyproject.toml index 8b8942d..e35cfaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'sweetify' -version = '2.3.0' +version = '2.3.1' description = 'SweetAlert integration for Django' authors = ['Atrox '] license = 'BSD-3-Clause' diff --git a/sweetify/__version__.py b/sweetify/__version__.py index a213c23..7e8c5f7 100644 --- a/sweetify/__version__.py +++ b/sweetify/__version__.py @@ -7,4 +7,4 @@ # __/ | # |___/ -__version__ = "2.3.0" +__version__ = "2.3.1"