Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
filipporomani committed Jun 4, 2024
1 parent bc51d20 commit 17ad115
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.1.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "hatchling.build"

[project]
name="whatsapp-python"
version="3.0.6"
version="3.1.0"
authors = [{name="Filippo Romani", email="mail@filipporomani.it"}]
description="Open source Python wrapper for the WhatsApp Cloud API"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion whatsapp/constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# internal use only - numbers and . only

VERSION = "3.0.6"
VERSION = "3.1.0"

0 comments on commit 17ad115

Please sign in to comment.