From 23a56a46b0100d3aa171f99e0dde1f5ad6c79707 Mon Sep 17 00:00:00 2001 From: David Lev Date: Mon, 2 Oct 2023 15:49:07 +0300 Subject: [PATCH] =?UTF-8?q?[version=201.5.0]=20=F0=9F=8E=89=EF=B8=8F?= =?UTF-8?q?=EF=B8=8F=EF=B8=8F=EF=B8=8F=20New=20version!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywa/__init__.py b/pywa/__init__.py index ad095e5a..073a0c87 100644 --- a/pywa/__init__.py +++ b/pywa/__init__.py @@ -7,6 +7,6 @@ from pywa.client import WhatsApp -__version__ = "1.4.1" +__version__ = "1.5.0" __author__ = "David Lev" __license__ = "MIT"