From d9294c68cf56d79f6c57715a0b42313efa72c38b Mon Sep 17 00:00:00 2001 From: Lander Moerkerke Date: Tue, 12 May 2026 09:29:20 +0200 Subject: [PATCH] Bump version 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bf9e47..1ca7a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "natsapi" -version = "0.1.2" +version = "0.1.4" description = "A Python microservice framework that speaks nats.io with asyncapi spec generation capability" authors = ["WeGroup NV "] readme = "README.md"