Skip to content

Commit 657a9d5

Browse files
committed
bump version 1.0.0rc0 -> 1.0.0
1 parent 1a60eb9 commit 657a9d5

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.0.0rc0'
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-beta-sdk"
7-
version = "1.0.0rc0"
7+
version = "1.0.0"
88
authors = [{name = "Microsoft", email = "[email protected]"}]
99
description = "The Microsoft Graph Beta Python SDK"
1010
dependencies = [
@@ -57,7 +57,7 @@ pythonpath = [
5757
]
5858

5959
[tool.bumpver]
60-
current_version = "1.0.0rc0"
60+
current_version = "1.0.0"
6161
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6262
commit_message = "bump version {old_version} -> {new_version}"
6363
commit = true

0 commit comments

Comments
 (0)