From ae854ab9ed587aa7e9742ae8d0f2d6a5eb8d9308 Mon Sep 17 00:00:00 2001 From: Ilya Katun Date: Sun, 29 Jun 2025 15:53:52 +0300 Subject: [PATCH] feat[#0]: 2.3.0 -> 2.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f35cbd..4212c92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tibia" -version = "2.3.0" +version = "2.3.1" description = "Monads in python for pipeline-based development with Rust-like interface" authors = ["Ilya Katun "] readme = "README.md"