Skip to content

Commit 6e3ee47

Browse files
committed
fix v6 deployment - try 2
1 parent d4edb06 commit 6e3ee47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-kusto-data/azure/kusto/data/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Licensed under the MIT License
33
import importlib.metadata
44

5-
VERSION = importlib.metadata.version("azure-kusto-data")
5+
VERSION = "6.0.0"

azure-kusto-ingest/azure/kusto/ingest/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Licensed under the MIT License
33
import importlib.metadata
44

5-
VERSION = importlib.metadata.version("azure-kusto-ingest")
5+
VERSION = "6.0.0"

0 commit comments

Comments
 (0)