Skip to content

Commit 570cc9e

Browse files
committed
Updating versions in pyproject.toml
Signed-off-by: Ryan Lettieri <[email protected]>
1 parent 0a25fc4 commit 570cc9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

durabletask-azuremanaged/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "durabletask.azuremanaged"
12-
version = "0.1.1"
12+
version = "0.1.2"
1313
description = "Extensions for the Durable Task Python SDK for integrating with the Durable Task Scheduler in Azure"
1414
keywords = [
1515
"durable",
@@ -26,7 +26,7 @@ requires-python = ">=3.9"
2626
license = {file = "LICENSE"}
2727
readme = "README.md"
2828
dependencies = [
29-
"durabletask>=0.2.0b1",
29+
"durabletask>=0.2.0",
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.2.0b1"
12+
version = "0.2.0"
1313
description = "A Durable Task Client SDK for Python"
1414
keywords = [
1515
"durable",

0 commit comments

Comments
 (0)