Skip to content

Commit 108f5c9

Browse files
committed
Release v0.0.5 - Codebase Improvements
1 parent 5872a61 commit 108f5c9

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [0.0.5] 2022-10-18
4+
### Improvements
5+
6+
- Rename Public Repo
7+
38
## [0.0.4] 2022-10-18
49
### Improvements
510

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Simple Python Wrapper for Stripe
1+
# [Python Library for Stripe API](https://github.com/app-generator/ecomm-wrapper-stripe)
22

33
Simple **Python** library that pulls the products from **Stripe** dashboard in `JSON format` using only **STRIPE_API_KEY** as input.
44

@@ -76,8 +76,8 @@ All products associated with the account are pulled in `products.json`. Here is
7676
> **Step 1** - Clone the sources from [public repository](https://github.com/app-generator/ecomm-wrapper-stripe)
7777
7878
```bash
79-
$ git clone https://github.com/app-generator/ecomm-wrapper-stripe.git
80-
$ cd ecomm-wrapper-stripe
79+
$ git clone https://github.com/app-generator/python-stripe-wrapper.git
80+
$ cd python-stripe-wrapper
8181
```
8282

8383
<br />
@@ -126,4 +126,4 @@ The products are saved in `products.json` (current working directory). Available
126126
<br />
127127

128128
---
129-
**Simple Python Wrapper for Stripe** - Free library provided by [AppSeed](https://appseed.us).
129+
[Python Library for Stripe API](https://github.com/app-generator/ecomm-wrapper-stripe) - Free library provided by [AppSeed](https://appseed.us).

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setup(
1010
name='python-stripe',
11-
version='0.0.4',
11+
version='0.0.5',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,
1515
description='Simple Wrapper for Stripe API, written in Python',
1616
long_description=README,
1717
long_description_content_type="text/markdown",
18-
url='https://github.com/app-generator/ecomm-wrapper-stripe',
18+
url='https://github.com/app-generator/python-stripe-wrapper',
1919
author='AppSeed.us',
2020
author_email='support@appseed.us',
2121
license='MIT License',

0 commit comments

Comments
 (0)