Skip to content

Commit b272646

Browse files
committed
fix: correct repository URL to fsecada01/SQLModel-CRUD-Utilities, bump to 0.2.1
1 parent 68e3ca9 commit b272646

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ line_length = 80
5858

5959
[project]
6060
name = "sqlmodel_crud_utilities"
61-
version = "0.2.0"
61+
version = "0.2.1"
6262
authors = [
6363
{ name="Francis Secada", email = "francis.secada@gmail.com" }
6464
]
@@ -80,8 +80,8 @@ dependencies = [
8080
loguru = ["loguru>=0.7.3"]
8181
[project.urls]
8282
"Homepage" = "https://fsecada01.github.io/SQLModel-CRUD-Utilities/sqlmodel_crud_utils.html"
83-
"Repository" = "https://github.com/fsecada01/sqlmodel_crud_utils"
84-
"Bug Tracker" = "https://github.com/fsecada01/sqlmodel_crud_utils/issues"
83+
"Repository" = "https://github.com/fsecada01/SQLModel-CRUD-Utilities"
84+
"Bug Tracker" = "https://github.com/fsecada01/SQLModel-CRUD-Utilities/issues"
8585

8686

8787
[dependency-groups]

0 commit comments

Comments
 (0)