Skip to content

Commit 021b001

Browse files
* Bump versions (#606)
* * Bump versions * Update quick-start/requirements.txt --------- Co-authored-by: Yochai Gilad <[email protected]>
1 parent acfde6d commit 021b001

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

azure-kusto-ingest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "azure-kusto-ingest"
3-
version = "5.0.5"
3+
version = "6.0.0"
44
description = "Kusto Ingest Client"
55
authors = [
66
{ name = "Microsoft Corporation", email = "[email protected]" },

quick-start/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quick-start"
3-
version = "5.0.5"
3+
version = "6.0.0"
44
description = "Microsoft Azure Kusto Python SDK"
55
dependencies = [
66
"azure-kusto-data",

quick-start/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
azure-core-tracing-opentelemetry~=1.0.0b9
2-
azure-kusto-data>=4.0.0,<5.0.0
3-
azure-kusto-ingest>=4.0.0,<5.0.0
2+
azure-kusto-data>=4.0.0,<7.0.0
3+
azure-kusto-ingest>=4.0.0,<7.0.0
44
azure-monitor-opentelemetry-exporter~=1.0.0b7
55

66
inflection~=0.5.1

0 commit comments

Comments
 (0)