1 parent 5dbb1f5 commit dcf2453Copy full SHA for dcf2453
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "waapi"
7
-version = "0.1.1"
+version = "0.1.2"
8
description = "Official Python SDK for the WaAPI REST API"
9
readme = "README.md"
10
# PEP 639: an SPDX expression, not the file. The table form made PyPI
src/waapi/__init__.py
@@ -6,7 +6,7 @@
client.send_message(chat_id="4915112345678@c.us", message="Hello")
"""
-__version__ = "0.1.1"
+__version__ = "0.1.2"
11
from .client import AsyncWaAPI, WaAPI
12
from .exceptions import (
0 commit comments