From 01bae292e75664effa7cc6c6316204d305ed58ce Mon Sep 17 00:00:00 2001 From: Andrii Kohut Date: Fri, 12 Aug 2022 15:16:10 +0300 Subject: [PATCH] release 0.2.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1cad689..70a3a4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esdb" -version = "0.2.3" +version = "0.2.4" description = "gRPC client for EventStore DB" authors = ["Andrii Kohut "] license = "MIT"