From 68b07d3637c1ea508eeeb8e00a5a83b6300c15d6 Mon Sep 17 00:00:00 2001 From: "xnuinside@gmail.com" Date: Sun, 24 Apr 2022 14:34:17 +0400 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4410013..2d52e3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "omymodels" -version = "0.11.0" +version = "0.11.1" description = "O! My Models (omymodels) is a library to generate Python Models for SQLAlchemy (ORM & Core), GinoORM, Pydantic, Pydal tables & Python Dataclasses from SQL DDL. And convert one models to another." authors = ["Iuliia Volkova "] license = "MIT"