Skip to content

Commit 53165f5

Browse files
author
PyPI Poetry Publish Bot
committed
Change version to 1.0.2
1 parent 26d6096 commit 53165f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Repository pattern implementation for SQLModel (SQLAlchemy)"
88
license = "MIT"
99
name = "sqlmodel-repository"
1010
readme = "README.md"
11-
version = "1.0.1"
11+
version = "1.0.2"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.9"

sqlmodel_repository/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"
22

33
from .base_repository import BaseRepository
44
from .entity import SQLModelEntity

0 commit comments

Comments
 (0)