Skip to content

Commit

Permalink
Bump version (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenConstable9 authored Feb 19, 2025
1 parent 580feec commit a15b88c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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.

0 comments on commit a15b88c

Please sign in to comment.