We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d6096 commit 53165f5Copy full SHA for 53165f5
pyproject.toml
@@ -8,7 +8,7 @@ description = "Repository pattern implementation for SQLModel (SQLAlchemy)"
8
license = "MIT"
9
name = "sqlmodel-repository"
10
readme = "README.md"
11
-version = "1.0.1"
+version = "1.0.2"
12
13
[tool.poetry.dependencies]
14
python = "^3.9"
sqlmodel_repository/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.0.1"
+__version__ = "1.0.2"
2
3
from .base_repository import BaseRepository
4
from .entity import SQLModelEntity
0 commit comments