Skip to content

Commit ba44b13

Browse files
committed
maybe now
1 parent 6e3ee47 commit ba44b13

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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 = "6.0.0"
5+
VERSION = importlib.metadata.version("azure-kusto-data")

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 = "6.0.0"
5+
VERSION = importlib.metadata.version("azure-kusto-ingest")

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)