Skip to content

Commit dd22867

Browse files
authored
Merge pull request #16 from idoyudha/refactor
refactor: duitku-python to Duitku project name
2 parents a7735a2 + 24a74f6 commit dd22867

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Duitku API Library for Python
2424
Get this library, add to your project
2525

2626
```bash
27-
pip install duitku-python
27+
pip install Duitku
2828
```
2929

3030
## Example Usage

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "duitku-python"
3-
version = "0.2.6"
2+
name = "Duitku"
3+
version = "0.2.7"
44
authors = [
55
{name = "Ido Yudhatama", email = "idowidya.yudhatama@gmail.com"},
66
]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
long_description = (here / 'README.md').read_text(encoding='utf-8')
1616

1717
setup(
18-
name="duitku-python",
19-
version="0.2.6",
18+
name="Duitku",
19+
version="0.2.7",
2020
description="Duitku Python SDK",
2121
long_description=long_description,
2222
url="https://github.com/idoyudha/duitku-python",

0 commit comments

Comments
 (0)