We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca5b47 commit 3779f5bCopy full SHA for 3779f5b
msgraph/_version.py
@@ -1 +1 @@
1
-VERSION: str = '1.0.0a4'
+VERSION: str = '1.0.0a5'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "msgraph-sdk"
7
-version = "1.0.0a4"
+version = "1.0.0a5"
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.0a4"
+current_version = "1.0.0a5"
63
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
64
commit_message = "bump version {old_version} -> {new_version}"
65
commit = true
0 commit comments