We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17df351 commit 2fbec24Copy full SHA for 2fbec24
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pydo"
3
-version = "0.6.0"
+version = "0.7.0"
4
description = "The official client for interacting with the DigitalOcean API"
5
authors = ["API Engineering <api-engineering@digitalocean.com>"]
6
license = "Apache-2.0"
src/pydo/_version.py
@@ -4,4 +4,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------
7
-VERSION = "0.6.0"
+VERSION = "0.7.0"
0 commit comments