Skip to content

Commit 250101a

Browse files
tpellissierclaude
andcommitted
Inline version into __init__.py, remove __version__.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d02be40 commit 250101a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT license.
33

4-
from .__version__ import __version__
4+
from importlib.metadata import version
5+
6+
__version__ = version("PowerPlatform-Dataverse-Client")
57

68
__all__ = ["__version__"]

src/PowerPlatform/Dataverse/__version__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)