Skip to content

Commit f0aa6c3

Browse files
committed
Updating versioning on packages
Signed-off-by: Ryan Lettieri <[email protected]>
1 parent 8214185 commit f0aa6c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

durabletask-azuremanaged/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requires-python = ">=3.9"
2626
license = {file = "LICENSE"}
2727
readme = "README.md"
2828
dependencies = [
29-
"durabletask>=0.2.0",
29+
"durabletask>=0.2.0b1",
3030
"azure-identity>=1.19.0"
3131
]
3232

pyproject.toml

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

1010
[project]
1111
name = "durabletask"
12-
version = "0.2b1"
12+
version = "0.2.0b1"
1313
description = "A Durable Task Client SDK for Python"
1414
keywords = [
1515
"durable",

0 commit comments

Comments
 (0)