1 parent 06ba981 commit 3f933aaCopy full SHA for 3f933aa
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "bbperf"
7
-version = "0.0.25"
+version = "0.0.26"
8
authors = [
9
{ name="Mike Freemon", email="mfreemon@cloudflare.com" },
10
]
src/bbperf/const.py
@@ -1,7 +1,7 @@
1
# Copyright (c) 2024 Cloudflare, Inc.
2
# Licensed under the Apache 2.0 license found in the LICENSE file or at https://www.apache.org/licenses/LICENSE-2.0
3
-BBPERF_VERSION = "0.0.25"
+BBPERF_VERSION = "0.0.26"
SERVER_PORT = 5301
0 commit comments