From 041fa13e9fc371597fe373188615faf01ee4c269 Mon Sep 17 00:00:00 2001 From: SSharma-10 Date: Tue, 9 Jun 2026 17:09:15 +0530 Subject: [PATCH] pydo_release_0.36.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 aed7666f..7bba44b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydo" -version = "0.35.0" +version = "0.36.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 bc9e8564..e1bb8e87 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.35.0" +VERSION = "0.36.0"