We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6c0a3 commit c1ce5f0Copy full SHA for c1ce5f0
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "PowerPlatform-Dataverse-Client"
7
-version = "0.1.0b2"
+version = "0.1.0b3"
8
description = "Python SDK for Microsoft Dataverse"
9
readme = {file = "README.md", content-type = "text/markdown"}
10
authors = [{name = "Microsoft Corporation"}]
src/PowerPlatform/Dataverse/__version__.py
@@ -3,4 +3,4 @@
3
"""Version information for PowerPlatform-Dataverse-Client package."""
-__version__ = "0.1.0b2"
+__version__ = "0.1.0b3"
0 commit comments