From b67ca1840303b8e6370f866c7f48170690120092 Mon Sep 17 00:00:00 2001 From: Cabbagec Date: Mon, 3 Aug 2026 07:02:24 +0000 Subject: [PATCH] release: archive clients v0.1.18 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1c2eb0..d65d527 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "archive-clients" -version = "0.1.17" +version = "0.1.18" requires-python = ">=3.11" dependencies = ["protobuf==7.35.1", "websockets==16.0"]