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 faecd8f commit 8d77226Copy full SHA for 8d77226
msgraph/_version.py
@@ -1 +1 @@
1
-VERSION: str = '1.0.0rc1'
+VERSION: str = '1.0.0'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "msgraph-sdk"
7
-version = "1.0.0rc1"
+version = "1.0.0"
8
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
9
description = "The Microsoft Graph Python SDK"
10
dependencies = [
@@ -58,7 +58,7 @@ pythonpath = [
58
]
59
60
[tool.bumpver]
61
-current_version = "1.0.0rc1"
+current_version = "1.0.0"
62
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
63
commit_message = "bump version {old_version} -> {new_version}"
64
commit = true
0 commit comments