update package and version

This commit is contained in:
Edkar Chachati
2023-12-22 18:27:40 -04:00
parent ab36b14d07
commit fa5a0fdbc4
3 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
[tool.poetry]
name = "SQLModel-CRUD-manager"
version = "0.1.1"
version = "0.1.2"
description = "The SQLModel CRUD Manager is a Python library that facilitates common Create, Read, Update, and Delete (CRUD) operations on SQLModel entities within a FastAPI application. This library simplifies database interactions and provides an easy-to-use interface for managing SQLModel entities."
authors = ["Edkar Chachati <chachati28@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/EChachati/SQLModel-CRUD-manager"
documentation = "https://github.com/EChachati/SQLModel-CRUD-manager/blob/master/README.md"
packages = [{include = "sqlmodel-crud-manager"}]
packages = [{include = "sqlmodel_crud_manager"}]
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.105.0"