From 48197b65fa7b4a82075296b63ce44b1358de98b6 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Sat, 18 May 2024 09:36:54 -0700 Subject: [PATCH] chore: bump pip version [skip ci] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfceddf0..f82ab10e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="fluvio", - version="0.16.1", + version="0.16.2", long_description=open("README.md").read(), long_description_content_type="text/markdown", author="Fluvio Contributors",