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 4b4476c commit 87e042fCopy full SHA for 87e042f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pydo"
3
-version = "0.13.0"
+version = "0.14.0"
4
description = "The official client for interacting with the DigitalOcean API"
5
authors = ["API Engineering <[email protected]>"]
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.13.0"
+VERSION = "0.14.0"
0 commit comments