Skip to content

Commit 815c416

Browse files
committed
bump version 1.1.0 -> 1.2.0
1 parent a3631cc commit 815c416

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

msgraph_beta/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION: str = '1.1.0'
1+
VERSION: str = '1.2.0'

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-beta-sdk"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
authors = [{name = "Microsoft", email = "[email protected]"}]
99
description = "The Microsoft Graph Beta Python SDK"
1010
dependencies = [
@@ -61,7 +61,7 @@ pythonpath = [
6161
]
6262

6363
[tool.bumpver]
64-
current_version = "1.1.0"
64+
current_version = "1.2.0"
6565
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6666
commit_message = "bump version {old_version} -> {new_version}"
6767
commit = true

0 commit comments

Comments
 (0)