From ad84e7c13eb5f6f07a174d5dd368b0a4925b28b2 Mon Sep 17 00:00:00 2001 From: David Lev Date: Fri, 20 Oct 2023 01:42:28 +0300 Subject: [PATCH] =?UTF-8?q?[version=201.8.0]=20=F0=9F=8E=89=EF=B8=8F=20New?= =?UTF-8?q?=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 337ff85..da7b4b2 100644 --- a/pywa/__init__.py +++ b/pywa/__init__.py @@ -7,6 +7,6 @@ from pywa.client import WhatsApp -__version__ = "1.7.3" +__version__ = "1.8.0" __author__ = "David Lev" __license__ = "MIT"