Advanced to version 1.5.8.

This commit is contained in:
2023-10-24 04:54:38 +05:30
parent 0104fa4c21
commit 937908717b
2 changed files with 13 additions and 1 deletions

View File

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