Skip to content

Commit e5a297c

Browse files
authored
Update versions to 0.4.0/0.3.0 (#59)
1 parent 745ead9 commit e5a297c

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.2.0"
12+
version = "0.3.0"
1313
description = "Durable Task Python SDK provider implementation for the Azure Durable Task Scheduler"
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.3.0",
29+
"durabletask>=0.4.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.3.0"
12+
version = "0.4.0"
1313
description = "A Durable Task Client SDK for Python"
1414
keywords = [
1515
"durable",

0 commit comments

Comments
 (0)