Skip to content

Commit

Permalink
chore: update version to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Dec 19, 2024
1 parent a378538 commit 90ad4a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion optimum/tpu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
from packaging.version import parse


__version__ = "0.2.0"
__version__ = "0.2.3"
VERSION = parse(__version__)
2 changes: 1 addition & 1 deletion text-generation-inference/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN apt-get update -y \
RUN pip3 --no-cache-dir install --upgrade pip

ARG ENABLE_GOOGLE_FEATURE
ARG VERSION='0.2.2'
ARG VERSION='0.2.3'
RUN test -n ${VERSION:?}

FROM base AS optimum-tpu-installer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pkg_resources import parse_version


__version__ = "0.2.0"
__version__ = "0.2.3"
VERSION = parse_version(__version__)

0 comments on commit 90ad4a5

Please sign in to comment.