From 60bef927907e154db8e25fe1482b79d256de2243 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Wed, 29 Nov 2023 11:31:11 -0500 Subject: [PATCH] Prep v0.2.0 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 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"