From 5be8f8c798486e5efd46cc45203974c9b6b80789 Mon Sep 17 00:00:00 2001 From: Iuliia Volkova Date: Sun, 24 Apr 2022 14:37:01 +0400 Subject: [PATCH] Update version (#34) * remove prints from test * 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"