Advanced to version 0.6.2.

This commit is contained in:
2023-06-10 16:26:39 +08:00
parent b62b98bd51
commit a5188c9aa1
2 changed files with 13 additions and 1 deletions

View File

@ -22,5 +22,5 @@ from flask_digest_auth.algo import make_password_hash, calc_response
from flask_digest_auth.auth import DigestAuth
from flask_digest_auth.test import Client
VERSION: str = "0.6.1"
VERSION: str = "0.6.2"
"""The package version."""