From 376a722f874545b59523513fa85f3e462c72e0c4 Mon Sep 17 00:00:00 2001 From: Stephen Collinson Date: Tue, 3 Oct 2023 14:51:32 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ee3c5c..503a315 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="nameko-grpc", - version="1.4.0rc1", + version="1.4.0rc2", description="Nameko gRPC extensions", long_description=readme, long_description_content_type="text/markdown",