From 427ae6bc5ea1f887149d3a4241d709d459cdd889 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 14 Jun 2020 23:15:50 +0200 Subject: [PATCH] Bump version: 2.0.0a4 -> 2.0.0a5 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 092fe6e4..8572cfe0 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -118,7 +118,7 @@ from ._client import Client -__version__ = "2.0.0a4" +__version__ = "2.0.0a5" __all__ = ("Session", "Listener", "Client")