Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/api/python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ load("@rules_python//python:packaging.bzl", "py_wheel")
py_wheel(
name = "pxapi",
author = "The Pixie Maintainers",
author_email = "help@pixielabs.ai",
author_email = "maintainers@px.dev",
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
Expand All @@ -45,7 +45,7 @@ py_wheel(
"protobuf==5.29.3",
],
strip_path_prefixes = ["src/api/python/"],
version = "0.8.1",
version = "0.8.2",
Comment thread
ddelnano marked this conversation as resolved.
Outdated
deps = [
"//src/api/python/pxapi:pxapi_library",
"//src/api/python/pxapi/proto:pxapi_py_proto_library",
Expand Down
Loading