Skip to content

Commit

Permalink
Bump python version number
Browse files Browse the repository at this point in the history
Bump version number to drop ipaddress dependency.

#479
Signed-off-by: Everton Moreth <everton.moreth@carta.com>
  • Loading branch information
Everton Moreth committed Jul 28, 2021
1 parent 660c472 commit 8bb06cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8


# protoc
ENV PROTOC_VER=3.15.5
ENV PROTOC_VER=20.0.0
ENV PROTOC_REL=protoc-"${PROTOC_VER}"-linux-x86_64.zip
RUN wget https://github.com/google/protobuf/releases/download/v"${PROTOC_VER}/${PROTOC_REL}" \
&& unzip ${PROTOC_REL} -d protoc \
Expand Down
2 changes: 1 addition & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = protoc-gen-validate
version = 0.4.1
version = 0.4.2
author = Envoyproxy
author_email = dev@lyft.com
description = PGV for python via just-in-time code generation
Expand Down

0 comments on commit 8bb06cb

Please sign in to comment.