Skip to content

Bump Version #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy_ai_search_indexes/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion image_processing/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion text_2_sql/autogen/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion text_2_sql/text_2_sql_core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading