From c6856cfad1fa95b6fba7260c03b860be80094900 Mon Sep 17 00:00:00 2001 From: Hynek Urban Date: Fri, 12 Jul 2024 20:52:36 +0200 Subject: [PATCH] Bump to version 4.2.0. --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d18d6b9..1aa9099 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rocketchat-async" -version = "4.1.0" +version = "4.2.0" description = "asyncio-based Python wrapper for the Rocket.Chat Realtime API." authors = ["Hynek Urban "] license = "MIT" diff --git a/setup.py b/setup.py index 3415dd9..e4c5a31 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="rocketchat-async", - version="4.1.0", + version="4.2.0", description=description, long_description=long_description, url="https://github.com/hynek-urban/rocketchat-async",