From fd7082e3d482860c13a80d50247a3539847b0037 Mon Sep 17 00:00:00 2001 From: Tim Holm Date: Mon, 24 Oct 2022 13:15:24 +1100 Subject: [PATCH] chore: bump nitric-api version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10fa40d..02a9b3c 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def get_current_version_tag(): ], setup_requires=["wheel"], install_requires=[ - "nitric-api==0.17.0", + "nitric-api==0.18.0", "protobuf==3.19.4", "asyncio", ],