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",