From 1841e8500e1148bd2a21cf66578149dd2b44698b Mon Sep 17 00:00:00 2001 From: Anna Lushnikova Date: Wed, 26 Feb 2025 15:28:43 -0500 Subject: [PATCH] Prep v0.9.2 release --- pyproject.toml | 2 +- src/pydo/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6f68e72..c12f2d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydo" -version = "0.9.1" +version = "0.9.2" 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 7efbe32..c486a11 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.9.1" +VERSION = "0.9.2"