From 6ee4b9063e4c2d0b4069528876e7b017549e50fb Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Wed, 29 Nov 2023 12:40:22 -0500 Subject: [PATCH] Prep v0.2.0 release. (#255) --- pyproject.toml | 2 +- src/pydo/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f337bc8a..c24f7ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydo" -version = "0.1.7" +version = "0.2.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 fb0a55bf..b102c107 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.1.7" +VERSION = "0.2.0"