From 178152f5cd765b550e8b375e2c5893277a762013 Mon Sep 17 00:00:00 2001 From: 1owkeyme Date: Wed, 20 May 2026 15:34:06 +0300 Subject: [PATCH] Add 'py.typed' --- py.typed | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 py.typed diff --git a/py.typed b/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 0dd5b3e..e2af44f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ maintainers = [{name = "Vadim Kozyrevskiy", email = "vadikko2@mail.ru"}] name = "python-cqrs" readme = "README.md" requires-python = ">=3.10" -version = "4.10.2" +version = "4.10.3" [project.optional-dependencies] aiobreaker = ["aiobreaker>=0.3.0"]