We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eead9e7 commit 723adc3Copy full SHA for 723adc3
msgraph/_version.py
@@ -1 +1 @@
1
-VERSION: str = '1.0.0a8'
+VERSION: str = '1.0.0a9'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "msgraph-sdk"
7
-version = "1.0.0a8"
+version = "1.0.0a9"
8
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
9
description = "The Microsoft Graph Python SDK"
10
dependencies = [
@@ -59,7 +59,7 @@ pythonpath = [
59
]
60
61
[tool.bumpver]
62
-current_version = "1.0.0a8"
+current_version = "1.0.0a9"
63
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
64
commit_message = "bump version {old_version} -> {new_version}"
65
commit = true
0 commit comments