Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrox committed May 7, 2022
1 parent 576b119 commit 293fe5f
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 = 'sweetify'
version = '2.3.0'
version = '2.3.1'
description = 'SweetAlert integration for Django'
authors = ['Atrox <hello@atrox.dev>']
license = 'BSD-3-Clause'
Expand Down
2 changes: 1 addition & 1 deletion sweetify/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# __/ |
# |___/

__version__ = "2.3.0"
__version__ = "2.3.1"

0 comments on commit 293fe5f

Please sign in to comment.