From a7d6655c33cfcc7840402dcbf5b5a9063d0086bd Mon Sep 17 00:00:00 2001 From: Rolando Santamaria Maso Date: Mon, 7 Oct 2024 20:30:39 +0200 Subject: [PATCH] v0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 691c3a9..4a3cc8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "realtime-pubsub-client" -version = "0.1.3" +version = "0.1.4" description = "The official Realtime Pub/Sub client for Python" readme = "README.md" license = { text = "MIT" }