We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0a4d3 commit 5318897Copy full SHA for 5318897
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "PowerPlatform-Dataverse-Client"
7
-version = "0.1.0b1"
+version = "0.1.0b2"
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.0b1"
+__version__ = "0.1.0b2"
0 commit comments