From 2f7c5f240d0934bd2a13f7d4111f05fe1d67db5e Mon Sep 17 00:00:00 2001 From: Ben Constable Date: Wed, 19 Feb 2025 15:41:46 +0000 Subject: [PATCH] Bump version --- deploy_ai_search_indexes/pyproject.toml | 2 +- image_processing/pyproject.toml | 2 +- pyproject.toml | 2 +- text_2_sql/autogen/pyproject.toml | 2 +- text_2_sql/text_2_sql_core/pyproject.toml | 2 +- uv.lock | 10 +++++----- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deploy_ai_search_indexes/pyproject.toml b/deploy_ai_search_indexes/pyproject.toml index f07e0b6..fd9e152 100644 --- a/deploy_ai_search_indexes/pyproject.toml +++ b/deploy_ai_search_indexes/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deploy_ai_search_indexes" -version = "0.1.0" +version = "0.2.0" description = "Helper functions to deploy Azure AI Search" readme = "README.md" authors = [ diff --git a/image_processing/pyproject.toml b/image_processing/pyproject.toml index 6b153d1..e67d1cd 100644 --- a/image_processing/pyproject.toml +++ b/image_processing/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "image_processing" -version = "0.1.0" +version = "0.2.0" description = "Image processing for documents with Document Intelligence and OpenAI" readme = "README.md" authors = [ diff --git a/pyproject.toml b/pyproject.toml index 2f248f7..0e8c301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dstoolkit-text2sql-and-imageprocessing" -version = "0.1.0" +version = "0.2.0" description = "This repo accelerates development of RAG applications with rich data sources including SQL Warehouses and documents analysed with Azure Document Intelligence." readme = "README.md" requires-python = ">=3.11" diff --git a/text_2_sql/autogen/pyproject.toml b/text_2_sql/autogen/pyproject.toml index 77dd1d6..7c08e4b 100644 --- a/text_2_sql/autogen/pyproject.toml +++ b/text_2_sql/autogen/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "autogen_text_2_sql" -version = "0.1.0" +version = "0.2.0" description = "AutoGen Based Implementation" readme = "README.md" authors = [ diff --git a/text_2_sql/text_2_sql_core/pyproject.toml b/text_2_sql/text_2_sql_core/pyproject.toml index 36e5e0d..195acf7 100644 --- a/text_2_sql/text_2_sql_core/pyproject.toml +++ b/text_2_sql/text_2_sql_core/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "text_2_sql_core" -version = "0.1.0" +version = "0.2.0" description = "Core Functionality for Text to SQL" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 8d052e9..ba4dbd3 100644 --- a/uv.lock +++ b/uv.lock @@ -314,7 +314,7 @@ openai = [ [[package]] name = "autogen-text-2-sql" -version = "0.1.0" +version = "0.2.0" source = { virtual = "text_2_sql/autogen" } dependencies = [ { name = "aiostream" }, @@ -1035,7 +1035,7 @@ wheels = [ [[package]] name = "deploy-ai-search-indexes" -version = "0.1.0" +version = "0.2.0" source = { virtual = "deploy_ai_search_indexes" } dependencies = [ { name = "azure-identity" }, @@ -1128,7 +1128,7 @@ wheels = [ [[package]] name = "dstoolkit-text2sql-and-imageprocessing" -version = "0.1.0" +version = "0.2.0" source = { virtual = "." } [package.dev-dependencies] @@ -1395,7 +1395,7 @@ wheels = [ [[package]] name = "image-processing" -version = "0.1.0" +version = "0.2.0" source = { virtual = "image_processing" } dependencies = [ { name = "aiohttp" }, @@ -3757,7 +3757,7 @@ wheels = [ [[package]] name = "text-2-sql-core" -version = "0.1.0" +version = "0.2.0" source = { editable = "text_2_sql/text_2_sql_core" } dependencies = [ { name = "aiohttp" },