Skip to content

Commit 56e6539

Browse files
committed
bump version 1.0.0a1 -> 1.0.0a2
1 parent 1579598 commit 56e6539

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "msgraph-core"
7-
version = "1.0.0a1"
7+
version = "1.0.0a2"
88
authors = [{name = "Microsoft", email = "[email protected]"}]
99
description = "Core component of the Microsoft Graph Python SDK"
1010
dependencies = [
@@ -55,7 +55,7 @@ pythonpath = [
5555
]
5656

5757
[tool.bumpver]
58-
current_version = "1.0.0a1"
58+
current_version = "1.0.0a2"
5959
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6060
commit_message = "bump version {old_version} -> {new_version}"
6161
commit = true

src/msgraph_core/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"""
99
DEFAULT_REQUEST_TIMEOUT = 100
1010
DEFAULT_CONNECTION_TIMEOUT = 30
11-
SDK_VERSION = '1.0.0a1'
11+
SDK_VERSION = '1.0.0a2'

0 commit comments

Comments
 (0)