Skip to content

Commit 6a4602a

Browse files
RobertCraigieStainless Bot
authored and
Stainless Bot
committed
feat: release: 3.1.1
1 parent cb5fbad commit 6a4602a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.release-please-manifest.json

+2-2
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

+1-1
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

+1-1
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)