From f3eee223ffb57fa435aaa79f9ed03f82b6cdd745 Mon Sep 17 00:00:00 2001 From: Filippo Romani Date: Sun, 28 Jul 2024 16:35:57 +0200 Subject: [PATCH] update version no. --- whatsapp/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whatsapp/constants.py b/whatsapp/constants.py index df75afb..def1986 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.1.1" +VERSION = "3.1.5"