From dc45241a5bc356d308fcccb348b0032d2e06ef41 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Fri, 15 Aug 2025 15:45:47 -0600 Subject: [PATCH] Update versions to 0.4.0/0.3.0 --- durabletask-azuremanaged/pyproject.toml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/durabletask-azuremanaged/pyproject.toml b/durabletask-azuremanaged/pyproject.toml index 250cfcc..7380464 100644 --- a/durabletask-azuremanaged/pyproject.toml +++ b/durabletask-azuremanaged/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "durabletask.azuremanaged" -version = "0.2.0" +version = "0.3.0" description = "Durable Task Python SDK provider implementation for the Azure Durable Task Scheduler" keywords = [ "durable", @@ -26,7 +26,7 @@ requires-python = ">=3.9" license = {file = "LICENSE"} readme = "README.md" dependencies = [ - "durabletask>=0.3.0", + "durabletask>=0.4.0", "azure-identity>=1.19.0" ] diff --git a/pyproject.toml b/pyproject.toml index bc8ddb0..37a9766 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "durabletask" -version = "0.3.0" +version = "0.4.0" description = "A Durable Task Client SDK for Python" keywords = [ "durable",