From 568f6cc8923b04d5ce62c185c16072dc157c6d91 Mon Sep 17 00:00:00 2001 From: Andrii Kohut Date: Thu, 5 Oct 2023 23:29:42 +0300 Subject: [PATCH] release 0.3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cc1463..7367ac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esdb" -version = "0.3.4" +version = "0.3.5" description = "gRPC client for EventStore DB" authors = ["Andrii Kohut "] license = "MIT"