Advanced to version 0.6.1.

This commit is contained in:
2023-05-03 06:59:27 +08:00
parent 15ea650ddd
commit f04ea7ac18
2 changed files with 9 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.0"
VERSION: str = "0.6.1"
"""The package version."""