From 9747a8f37f85670d2db995ddb2da41ac6b62f898 Mon Sep 17 00:00:00 2001 From: Randall Nagy Date: Thu, 19 Sep 2024 13:41:30 -0400 Subject: [PATCH] Version 1.5.0 --- SqltDAO/CodeGen01/Meta.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SqltDAO/CodeGen01/Meta.py b/SqltDAO/CodeGen01/Meta.py index d449f07..69265f3 100644 --- a/SqltDAO/CodeGen01/Meta.py +++ b/SqltDAO/CodeGen01/Meta.py @@ -12,7 +12,7 @@ class Meta: PRODUCT = "PyDAO 9000" - VERSION = '1.4.1' + VERSION = '1.5.0' @staticmethod def Title(): diff --git a/pyproject.toml b/pyproject.toml index 275456b..29729fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "PyDAO-9000" -version = "1.4.3" +version = "1.5.0" authors = [ { name="Randall Nagy", email="r.a.nagy@gmail.com" }, ]