Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
artinnok committed Feb 14, 2022
1 parent 3d50051 commit ceec4d7
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
Expand Up @@ -27,7 +27,7 @@ lines_after_imports = 2

[tool.poetry]
name = "django-swap-user"
version = "0.9.2"
version = "0.9.3"
description = "(Beta) Simple and flexible way to swap default Django User"
authors = ["Artem Innokentiev <[email protected]>"]
maintainers = ["Artem Innokentiev <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion swap_user/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""

__title__ = "Django Swap User"
__version__ = "0.9.2"
__version__ = "0.9.3"
__author__ = "Artem Innokentiev"
__license__ = "MIT"
__copyright__ = "Copyright 2022 © Artem Innokentiev"
Expand Down

0 comments on commit ceec4d7

Please sign in to comment.