From 9ca442137fec58bab819b7e561f0d204ebda4767 Mon Sep 17 00:00:00 2001 From: Vipan Nalla <37598732+vipannalla@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:39:06 -0800 Subject: [PATCH] Release v0.2.3 (#157) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55b91c3b..658885cd 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def parse_requirements(filename): setup( name="google-jetstream", - version="0.2.2", + version="0.2.3", description=( "JetStream is a throughput and memory optimized engine for LLM inference on XLA devices, starting with TPUs (and GPUs in future -- PRs welcome)." ),