Skip to content

Commit 623887f

Browse files
committed
pydo v0.15.0
1 parent 3030008 commit 623887f

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.14.0"
3+
version = "0.15.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.14.0"
7+
VERSION = "0.15.0"

0 commit comments

Comments
 (0)