From 4a4ed0996ea442b94daddee2d5a11c7756323de8 Mon Sep 17 00:00:00 2001 From: danaelhe Date: Tue, 28 May 2024 16:39:15 -0400 Subject: [PATCH] Prep v0.4.0 Release - #293 - @danaelhe - Update autorest.python to 6.13.16 - #294 - @digitalocean-engineering - [bot] APPS-8732 - Add OpenSearch Log Forwarding destination.: Re-Generated From digitalocean/openapi@8ce96ef --- pyproject.toml | 2 +- src/pydo/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1bb2871..5dd20cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydo" -version = "0.3.0" +version = "0.4.0" description = "The official client for interacting with the DigitalOcean API" authors = ["API Engineering "] license = "Apache-2.0" diff --git a/src/pydo/_version.py b/src/pydo/_version.py index d7d151f..88e7221 100644 --- a/src/pydo/_version.py +++ b/src/pydo/_version.py @@ -4,4 +4,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "0.3.0" +VERSION = "0.4.0"