Skip to content

Commit

Permalink
[version 1.5.1] fix package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Oct 2, 2023
1 parent 23a56a4 commit b2d7e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = {file = "README.rst", content-type = "text/x-rst"}
dependencies = {file = "requirements.txt"}

[tool.setuptools.packages.find]
include = ["pywa"]
include = ["pywa*"]
exclude = ["tests"]

[project]
Expand Down
2 changes: 1 addition & 1 deletion pywa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

from pywa.client import WhatsApp

__version__ = "1.5.0"
__version__ = "1.5.1"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit b2d7e67

Please sign in to comment.