From 29043ae688d115e58366205f6cd176b82d0b2b5b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 28 May 2022 00:20:01 +0200 Subject: [PATCH] Release v3.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f200f4..6e401d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pykka" -version = "3.1.0" +version = "3.1.1" description = "Pykka is a Python implementation of the actor model" authors = ["Stein Magnus Jodal "] license = "Apache-2.0"