Skip to content

Commit 2fbec24

Browse files
committed
Prep v0.7.0 release
1 parent 17df351 commit 2fbec24

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.6.0"
3+
version = "0.7.0"
44
description = "The official client for interacting with the DigitalOcean API"
55
authors = ["API Engineering <api-engineering@digitalocean.com>"]
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.6.0"
7+
VERSION = "0.7.0"

0 commit comments

Comments
 (0)