Advanced to version 0.7.0.

This commit is contained in:
2023-10-08 22:46:59 +08:00
parent 409b04af47
commit 848971709a
2 changed files with 12 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.6.2"
VERSION: str = "0.7.0"
"""The package version."""