Skip to content

Commit 3f933aa

Browse files
committed
version 0.0.26
1 parent 06ba981 commit 3f933aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bbperf"
7-
version = "0.0.25"
7+
version = "0.0.26"
88
authors = [
99
{ name="Mike Freemon", email="mfreemon@cloudflare.com" },
1010
]

src/bbperf/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2024 Cloudflare, Inc.
22
# Licensed under the Apache 2.0 license found in the LICENSE file or at https://www.apache.org/licenses/LICENSE-2.0
33

4-
BBPERF_VERSION = "0.0.25"
4+
BBPERF_VERSION = "0.0.26"
55

66
SERVER_PORT = 5301
77

0 commit comments

Comments
 (0)