Skip to content
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 azure-kusto-data/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "azure-kusto-data"
version = "6.0.0"
version = "6.0.1"
description = "Kusto Data Client"
authors = [
{ name = "Microsoft Corporation", email = "kustalk@microsoft.com" },
Expand Down
2 changes: 1 addition & 1 deletion azure-kusto-ingest/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "azure-kusto-ingest"
version = "6.0.0"
version = "6.0.1"
description = "Kusto Ingest Client"
authors = [
{ name = "Microsoft Corporation", email = "kustalk@microsoft.com" },
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "azure-kusto-python"
version = "6.0.0"
version = "6.0.1"
description = "Microsoft Azure Kusto Python SDK"
dependencies = [
"azure-kusto-data",
Expand Down Expand Up @@ -83,4 +83,4 @@ pythonVersion = "3.9"
reportUnnecessaryTypeIgnoreComment = false
reportExplicitAny = false
reportAny = false
reportUnknownMemberType = false
reportUnknownMemberType = false
2 changes: 1 addition & 1 deletion quick-start/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "quick-start"
version = "6.0.0"
version = "6.0.1"
description = "Microsoft Azure Kusto Python SDK"
dependencies = [
"azure-kusto-data",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

Loading