Files
MINGW-packages/mingw-w64-python-sqlmodel/0001-sqlmodel-0.0.12-fix-version.patch
2023-11-18 17:29:21 +03:00

11 lines
418 B
Diff

--- sqlmodel-0.0.12/pyproject.toml 2023-11-18 14:32:59.000000000 +0300
+++ python-build-MINGW32/pyproject.toml 2023-11-18 17:20:03.677492500 +0300
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqlmodel"
-version = "0"
+version = "0.0.12"
description = "SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness."
authors = ["Sebastián Ramírez <tiangolo@gmail.com>"]
readme = "README.md"