We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21f930 commit 133748bCopy full SHA for 133748b
versioning/helper/__init__.py
@@ -1,7 +1,7 @@
1
# Copyright (c) Microsoft Corporation.
2
# Licensed under the MIT License.
3
4
-"""Agent365 Python SDK setup utilities."""
+"""Microsoft Agent 365 Python SDK setup utilities."""
5
6
from .setup_utils import (
7
get_package_version,
@@ -16,3 +16,4 @@
16
"get_base_version",
17
"get_next_major_version",
18
]
19
+
0 commit comments