Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdog committed Aug 16, 2024
1 parent 385c4b8 commit 208829b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_group_role/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ def is_user_in_role(user, role) -> bool:
return user.groups.filter(name=role.name).exists()


__version__ = (0, 7, 2)
__version__ = (0, 7, 3)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
version = "0.7.2"
version = "0.7.3"
authors = [
{"name"= "Davide Setti"},
]
Expand Down

0 comments on commit 208829b

Please sign in to comment.