Skip to content

Commit 8d77226

Browse files
committed
bump version 1.0.0rc1 -> 1.0.0
1 parent faecd8f commit 8d77226

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.0rc1'
1+
VERSION: str = '1.0.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.0.0rc1"
7+
version = "1.0.0"
88
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
99
description = "The Microsoft Graph Python SDK"
1010
dependencies = [
@@ -58,7 +58,7 @@ pythonpath = [
5858
]
5959

6060
[tool.bumpver]
61-
current_version = "1.0.0rc1"
61+
current_version = "1.0.0"
6262
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6363
commit_message = "bump version {old_version} -> {new_version}"
6464
commit = true

0 commit comments

Comments
 (0)