Advanced to version 1.6.1.

This commit is contained in:
2024-12-03 07:13:01 +08:00
parent 40278eaf06
commit aea9dcae79
2 changed files with 9 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from flask_sqlalchemy import SQLAlchemy
from accounting.utils.user import UserUtilityInterface
VERSION: str = "1.6.0"
VERSION: str = "1.6.1"
"""The package version."""
db: SQLAlchemy = SQLAlchemy()
"""The database instance."""