We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1fd8d commit f3bc16fCopy full SHA for f3bc16f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pydo"
3
-version = "0.19.0"
+version = "0.20.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.19.0"
+VERSION = "0.20.0"
0 commit comments