Skip to content

Commit

Permalink
Bump python version so that we are ready for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpieper committed Oct 6, 2023
1 parent 2d4c9af commit dba66f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package(default_visibility = ["//visibility:public"])
load("@rules_pkg//:pkg.bzl", "pkg_tar")
load("//tools/workspace:template_file.bzl", "template_file")

VERSION="0.3.28"
VERSION="0.3.29"

PYTHON_SHORT_VERSIONS = ['37', '39', '310']
ARCHITECTURES = ['armv7l', 'aarch64']
Expand Down

0 comments on commit dba66f5

Please sign in to comment.