From a72ba3675f94d9ae38ec98d16093e87142e46d5a Mon Sep 17 00:00:00 2001 From: idoyudha Date: Wed, 30 Apr 2025 17:30:48 +0700 Subject: [PATCH 1/2] docs: add badge pypi and build status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ff64a4..ea31e8e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Duitku Python API Client Library +[![pypi](https://img.shields.io/pypi/v/duitku-python)](https://pypi.org/project/duitku-python/) +[![Build Status](https://github.com/idoyudha/duitku-python/actions/workflows/python.yml/badge.svg?branch=master)](https://github.com/idoyudha/duitku-python/actions/workflows/python.yml?query=branch%3Amaster) [![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT) Duitku API Library for Python From 23198bb9bc9169e35437347d25a6e6a59a3a1204 Mon Sep 17 00:00:00 2001 From: idoyudha Date: Wed, 30 Apr 2025 17:33:52 +0700 Subject: [PATCH 2/2] chore: update version to 0.2.3 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3856b19..ae27f09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "duitku-python" -version = "0.2.2" +version = "0.2.3" authors = [ {name = "Ido Yudhatama", email = "idowidya.yudhatama@gmail.com"}, ] diff --git a/setup.py b/setup.py index 600b4c9..c73cd9c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="duitku", - version="0.2.2", + version="0.2.3", description="Duitku Python SDK", long_description=long_description, url="https://github.com/idoyudha/duitku-python",