We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f73f39 commit b2d2a5aCopy full SHA for b2d2a5a
2 files changed
pathao/__init__.py
@@ -1,7 +1,7 @@
1
"""Pathao Python SDK - A comprehensive Python SDK
2
for the Pathao Courier Merchant API."""
3
4
-__version__ = "0.1.2"
+__version__ = "0.1.3"
5
6
# Import main client
7
from .client import PathaoClient
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pathao"
-version = "0.1.2"
+version = "0.1.3"
8
description = "Python SDK for Pathao Courier Merchant API"
9
readme = "README.md"
10
license = {text = "MIT"}
0 commit comments