We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a99f00 commit 43934e0Copy full SHA for 43934e0
2 files changed
ably/__init__.py
@@ -15,4 +15,4 @@
15
logger.addHandler(logging.NullHandler())
16
17
api_version = '3'
18
-lib_version = '2.0.2'
+lib_version = '2.0.3'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ably"
3
-version = "2.0.2"
+version = "2.0.3"
4
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
5
license = "Apache-2.0"
6
authors = ["Ably <support@ably.com>"]
0 commit comments