From 730fc3c8b7d02d721d9fdd6ff509632a34c02fcf Mon Sep 17 00:00:00 2001 From: Filippo Romani Date: Fri, 13 Sep 2024 18:15:53 +0200 Subject: [PATCH] fix version --- whatsapp/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whatsapp/constants.py b/whatsapp/constants.py index 524a3c6..58d64d3 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.3.5" +VERSION = "3.3.5.dev0"