Skip to content

Commit dcf2453

Browse files
committed
0.1.2
1 parent 5dbb1f5 commit dcf2453

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "waapi"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Official Python SDK for the WaAPI REST API"
99
readme = "README.md"
1010
# PEP 639: an SPDX expression, not the file. The table form made PyPI

src/waapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
client.send_message(chat_id="4915112345678@c.us", message="Hello")
77
"""
88

9-
__version__ = "0.1.1"
9+
__version__ = "0.1.2"
1010

1111
from .client import AsyncWaAPI, WaAPI
1212
from .exceptions import (

0 commit comments

Comments
 (0)