Skip to content

Commit a5dbbe0

Browse files
author
Max Wang
committed
update version
1 parent ef0a4d3 commit a5dbbe0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0b1"
7+
version = "0.1.0b2"
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.0b1"
6+
__version__ = "0.1.0b2"

0 commit comments

Comments
 (0)