We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a60eb9 commit 657a9d5Copy full SHA for 657a9d5
msgraph_beta/_version.py
@@ -1 +1 @@
1
-VERSION: str = '1.0.0rc0'
+VERSION: str = '1.0.0'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "msgraph-beta-sdk"
7
-version = "1.0.0rc0"
+version = "1.0.0"
8
authors = [{name = "Microsoft", email = "[email protected]"}]
9
description = "The Microsoft Graph Beta Python SDK"
10
dependencies = [
@@ -57,7 +57,7 @@ pythonpath = [
57
]
58
59
[tool.bumpver]
60
-current_version = "1.0.0rc0"
+current_version = "1.0.0"
61
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
62
commit_message = "bump version {old_version} -> {new_version}"
63
commit = true
0 commit comments