Skip to content

Commit 3779f5b

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
bump version 1.0.0a4 -> 1.0.0a5
1 parent 4ca5b47 commit 3779f5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

msgraph/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION: str = '1.0.0a4'
1+
VERSION: str = '1.0.0a5'

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-sdk"
7-
version = "1.0.0a4"
7+
version = "1.0.0a5"
88
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
99
description = "The Microsoft Graph Python SDK"
1010
dependencies = [
@@ -59,7 +59,7 @@ pythonpath = [
5959
]
6060

6161
[tool.bumpver]
62-
current_version = "1.0.0a4"
62+
current_version = "1.0.0a5"
6363
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6464
commit_message = "bump version {old_version} -> {new_version}"
6565
commit = true

0 commit comments

Comments
 (0)