Skip to content

Commit 3248eaf

Browse files
committed
chore: bump version to 0.1.2
- Update version in pyproject.toml and __init__.py - Prepare for new release with environment-protected PyPI publishing
1 parent 6439184 commit 3248eaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pathao/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Pathao Python SDK - A comprehensive Python SDK
22
for the Pathao Courier Merchant API."""
33

4-
__version__ = "0.1.0"
4+
__version__ = "0.1.2"
55

66
# Import main client
77
from .client import PathaoClient

pyproject.toml

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

55
[project]
66
name = "pathao"
7-
version = "0.1.0"
7+
version = "0.1.2"
88
description = "Python SDK for Pathao Courier Merchant API"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)