Advance to version 0.7.1.

This commit is contained in:
2024-12-09 08:34:56 +08:00
parent 76ae576717
commit da466b74f4
2 changed files with 9 additions and 1 deletions

View File

@@ -21,5 +21,5 @@
from flask_digest_auth.algo import make_password_hash, calc_response
from flask_digest_auth.auth import DigestAuth
VERSION: str = "0.7.0"
VERSION: str = "0.7.1"
"""The package version."""