Skip to content

Commit c1ce5f0

Browse files
zhaodongwang-msftMax Wang
andauthored
update version (#84)
Co-authored-by: Max Wang <zhaodongwang@microsoft.com>
1 parent de6c0a3 commit c1ce5f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PowerPlatform-Dataverse-Client"
7-
version = "0.1.0b2"
7+
version = "0.1.0b3"
88
description = "Python SDK for Microsoft Dataverse"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
authors = [{name = "Microsoft Corporation"}]

src/PowerPlatform/Dataverse/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
"""Version information for PowerPlatform-Dataverse-Client package."""
55

6-
__version__ = "0.1.0b2"
6+
__version__ = "0.1.0b3"

0 commit comments

Comments
 (0)