Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aottr committed Apr 13, 2024
1 parent c6eb13f commit 824ec91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django import get_version

PAW_VERSION = (0, 5, 10, "final", 0)
PAW_VERSION = (0, 5, 11, "final", 0)

__version__ = get_version(PAW_VERSION)

0 comments on commit 824ec91

Please sign in to comment.