From ff900905380f001d5c09b84406d053bf2b0c62eb Mon Sep 17 00:00:00 2001 From: ZechCodes Date: Thu, 7 Nov 2024 11:05:52 -0500 Subject: [PATCH] Correct lagging version in repo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68fbc11..6d7dea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ommi" -version = "0.1.8" +version = "0.1.9" description = "A portable object model mapper that can work with any database and model library (dataclasses, Attrs, Pydantic, etc.). It is designed for the general case to support the largest possible number of databases." authors = ["Zech Zimmerman "] license = "MIT"