Skip to content

Commit

Permalink
update version no.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipporomani committed Nov 15, 2024
1 parent f1efe41 commit 232b1da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions whatsapp/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +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.
import asyncio


VERSION = "4.0.2"
LOOP = asyncio.get_event_loop()
VERSION = "4.2.0"

0 comments on commit 232b1da

Please sign in to comment.