From b8f25d5d8224d359eb7c01e5d940ce8331046b3c Mon Sep 17 00:00:00 2001 From: Filippo Romani Date: Sun, 13 Oct 2024 22:29:24 +0200 Subject: [PATCH] v4.0.0 --- whatsapp/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whatsapp/constants.py b/whatsapp/constants.py index ced3caf..6a582e4 100644 --- a/whatsapp/constants.py +++ b/whatsapp/constants.py @@ -1,4 +1,4 @@ # This file contains the constants used in the project. # The VERSION constant is used to store the version of the project - it's not only used in the __init__.py file, but also in the pyproject.toml file. -VERSION = "3.9.0" +VERSION = "4.0.0"