Skip to content

Commit a97a72f

Browse files
committed
pydo-release 0.23.0
1 parent 64d71ca commit a97a72f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydo"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
description = "The official client for interacting with the DigitalOcean API"
55
authors = ["API Engineering <[email protected]>"]
66
license = "Apache-2.0"

src/pydo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "0.22.0"
7+
VERSION = "0.23.0"

0 commit comments

Comments
 (0)