Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Nov 22, 2023
1 parent 56a3097 commit a3da6ae
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 @@ -2,7 +2,7 @@ FROM python:3.11.6-alpine
ARG KUBECONFIG
USER root
RUN adduser -D kfkuser
RUN pip install strimzi-kafka-cli==0.1.0a74
RUN pip install strimzi-kafka-cli==0.1.0a75
USER kfkuser
RUN mkdir ~/.kube
RUN echo "$KUBECONFIG" > ~/.kube/config
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "strimzi-kafka-cli"
version = "0.1.0-alpha74"
version = "0.1.0-alpha75"
description = "Command Line Interface for Strimzi Kafka Operator"
authors = [{ name = "Aykut Bulgu", email = "aykut@systemcraftsman.com" }]
readme = "README.md"
Expand Down

0 comments on commit a3da6ae

Please sign in to comment.