From 6a10ebe26c9f275334b43e685eb6bc42564c270d Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Mon, 23 May 2022 08:27:56 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4642d1c..063274a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mognet" -version = "1.3.2" +version = "1.4.0" description = "Mognet is a fast, simple framework to build distributed applications using task queues." authors = ["André Carvalho ", "Christoph Auer ", "Michele Dolfi ", "Peter Staar "] license = "MIT"