Skip to content

Commit 87e042f

Browse files
authored
release pydo (#502)
1 parent 4b4476c commit 87e042f

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.13.0"
3+
version = "0.14.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.13.0"
7+
VERSION = "0.14.0"

0 commit comments

Comments
 (0)