core origin version fix
This commit is contained in:
parent
462353ebb4
commit
230e23a70a
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "pyqt6-scaffold"
|
name = "pyqt6-scaffold"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "Lightweight scaffold framework for PyQt6 applications"
|
description = "Lightweight scaffold framework for PyQt6 applications"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ from .core.models import (
|
||||||
BaseCardModel
|
BaseCardModel
|
||||||
)
|
)
|
||||||
|
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.1.2"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"BaseUser",
|
"BaseUser",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue