Skip to content

Commit 9f66da5

Browse files
authored
Bump version of pxapi pypi package and update Author email (#2142)
Summary: TSIA Relevant Issues: Closes #2140 Type of change: /kind cleanup Test Plan: N/A --------- Signed-off-by: Dom Del Nano <[email protected]>
1 parent 9ec7a67 commit 9f66da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/python/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ load("@rules_python//python:packaging.bzl", "py_wheel")
2020
py_wheel(
2121
name = "pxapi",
2222
author = "The Pixie Maintainers",
23-
author_email = "[email protected]",
23+
author_email = "[email protected]",
2424
classifiers = [
2525
"Programming Language :: Python :: 3",
2626
"Programming Language :: Python :: 3.9",
@@ -45,7 +45,7 @@ py_wheel(
4545
"protobuf==5.29.3",
4646
],
4747
strip_path_prefixes = ["src/api/python/"],
48-
version = "0.8.1",
48+
version = "0.9.0",
4949
deps = [
5050
"//src/api/python/pxapi:pxapi_library",
5151
"//src/api/python/pxapi/proto:pxapi_py_proto_library",

0 commit comments

Comments
 (0)