diff --git a/ably/__init__.py b/ably/__init__.py index a7e1c1dc..60bb8fe2 100644 --- a/ably/__init__.py +++ b/ably/__init__.py @@ -15,4 +15,4 @@ logger.addHandler(logging.NullHandler()) api_version = '3' -lib_version = '2.0.4' +lib_version = '2.0.5' diff --git a/pyproject.toml b/pyproject.toml index 00325789..df69a742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ably" -version = "2.0.4" +version = "2.0.5" description = "Python REST and Realtime client library SDK for Ably realtime messaging service" license = "Apache-2.0" authors = ["Ably "]