From 5be590ec603233f28e9426504218bc81557679da Mon Sep 17 00:00:00 2001 From: David Delassus Date: Sun, 11 Feb 2024 01:00:51 +0100 Subject: [PATCH] :bookmark: v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c35c25d..a471a09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "triotp" -version = "0.1.0" +version = "0.2.0" license = "MIT" description = "The OTP framework for Python Trio"