Advanced to version 0.6.0.

This commit is contained in:
2023-04-26 23:40:40 +08:00
parent e861cae2e0
commit 9e0a06bd4c
2 changed files with 12 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.5.0"
VERSION: str = "0.6.0"
"""The package version."""