Skip to content

Commit 4f5d9ef

Browse files
committed
release: 3.1.1
1 parent 00f4d23 commit 4f5d9ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.0"
3-
}
2+
".": "3.1.1"
3+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cloudflare"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
description = "The official Python library for the cloudflare API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/cloudflare/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "cloudflare"
4-
__version__ = "3.1.0" # x-release-please-version
4+
__version__ = "3.1.1" # x-release-please-version

0 commit comments

Comments
 (0)