core origin version fix

This commit is contained in:
helldh 2026-03-06 18:00:30 +03:00
parent 462353ebb4
commit 230e23a70a
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ from .core.models import (
BaseCardModel
)
__version__ = "0.1.0"
__version__ = "0.1.2"
__all__ = [
"BaseUser",