Skip to content

Commit 18678fc

Browse files
committed
- bumps minor version
1 parent 437a3a9 commit 18678fc

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.2.0'
1+
VERSION: str = '1.3.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-sdk"
7-
version = "1.2.0"
7+
version = "1.3.0"
88
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
99
description = "The Microsoft Graph Python SDK"
1010
dependencies = [
@@ -61,7 +61,7 @@ pythonpath = [
6161
]
6262

6363
[tool.bumpver]
64-
current_version = "1.2.0"
64+
current_version = "1.3.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)