We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1579598 commit 56e6539Copy full SHA for 56e6539
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "msgraph-core"
7
-version = "1.0.0a1"
+version = "1.0.0a2"
8
authors = [{name = "Microsoft", email = "[email protected]"}]
9
description = "Core component of the Microsoft Graph Python SDK"
10
dependencies = [
@@ -55,7 +55,7 @@ pythonpath = [
55
]
56
57
[tool.bumpver]
58
-current_version = "1.0.0a1"
+current_version = "1.0.0a2"
59
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
60
commit_message = "bump version {old_version} -> {new_version}"
61
commit = true
src/msgraph_core/_constants.py
@@ -8,4 +8,4 @@
"""
DEFAULT_REQUEST_TIMEOUT = 100
DEFAULT_CONNECTION_TIMEOUT = 30
11
-SDK_VERSION = '1.0.0a1'
+SDK_VERSION = '1.0.0a2'
0 commit comments