From 354dc52ec57686bd3d98366be3d6af239e0f9c48 Mon Sep 17 00:00:00 2001 From: Radhika Rao Date: Wed, 6 May 2026 13:21:38 +0530 Subject: [PATCH] code changes for v0.34.0 --- pyproject.toml | 2 +- src/pydo/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91fa28e..bb58b45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydo" -version = "0.33.0" +version = "0.34.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 9db9ad7..3c39a90 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.33.0" +VERSION = "0.34.0"