diff --git a/PyDAO_9000.egg-info/PKG-INFO b/PyDAO_9000.egg-info/PKG-INFO index a5959d6..c08c352 100644 --- a/PyDAO_9000.egg-info/PKG-INFO +++ b/PyDAO_9000.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: PyDAO-9000 -Version: 1.4.0 +Version: 1.4.1 Summary: 'All-In-One File' SQL Code Generator Author-email: Randall Nagy Project-URL: Homepage, https://github.com/soft9000/PyDAO diff --git a/SqltDAO/CodeGen01/Meta.py b/SqltDAO/CodeGen01/Meta.py index a158b8e..d449f07 100644 --- a/SqltDAO/CodeGen01/Meta.py +++ b/SqltDAO/CodeGen01/Meta.py @@ -12,7 +12,7 @@ class Meta: PRODUCT = "PyDAO 9000" - VERSION = '1.3.0' + VERSION = '1.4.1' @staticmethod def Title(): diff --git a/dist/PyDAO_9000-1.4.0-py3-none-any.whl b/dist/PyDAO_9000-1.4.1-py3-none-any.whl similarity index 85% rename from dist/PyDAO_9000-1.4.0-py3-none-any.whl rename to dist/PyDAO_9000-1.4.1-py3-none-any.whl index 4c00a66..4e05085 100644 Binary files a/dist/PyDAO_9000-1.4.0-py3-none-any.whl and b/dist/PyDAO_9000-1.4.1-py3-none-any.whl differ diff --git a/dist/pydao_9000-1.4.0.tar.gz b/dist/pydao_9000-1.4.0.tar.gz deleted file mode 100644 index 64d28e1..0000000 Binary files a/dist/pydao_9000-1.4.0.tar.gz and /dev/null differ diff --git a/dist/pydao_9000-1.4.1.tar.gz b/dist/pydao_9000-1.4.1.tar.gz new file mode 100644 index 0000000..30a2ba9 Binary files /dev/null and b/dist/pydao_9000-1.4.1.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml index 9831dd3..22bee07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "PyDAO-9000" -version = "1.4.0" +version = "1.4.1" authors = [ { name="Randall Nagy", email="r.a.nagy@gmail.com" }, ]