From 2e216026e2b10765422ef9d8874f1f544b0aaab3 Mon Sep 17 00:00:00 2001 From: Filippo Romani Date: Wed, 6 Dec 2023 18:16:51 +0100 Subject: [PATCH] fix: int version no. Fixes #20 --- pyproject.toml | 2 +- whatsapp/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1dc95d..038c78c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name="whatsapp-python" -version="3.0.3.post1" +version="3.0.4" authors = [{name="Filippo Romani", email="mail@filipporomani.it"}] description="Open source Python wrapper for the WhatsApp Cloud API" readme = "README.md" diff --git a/whatsapp/constants.py b/whatsapp/constants.py index 1c9cca1..de8f7da 100644 --- a/whatsapp/constants.py +++ b/whatsapp/constants.py @@ -1,3 +1,3 @@ # internal use only -VERSION = "3.0.3" \ No newline at end of file +VERSION = "3.0.4" \ No newline at end of file