Skip to content

Commit

Permalink
Update chargily pay readme set minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-berkane committed Mar 11, 2024
1 parent 46786c3 commit 0c0a365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Thank you for your interest in Python Package of Chargily Pay™, an open source

This package is developed by **Tarek Berkane ([tarek-berkane](https://github.com/tarek-berkane))** and is open to contributions from developers like you.

## Requirements
Chargily-Pay v2 requires `Python 3.7` and above.

## Installation
```bash
pip install chargily-pay
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "chargily_pay"
version = "2.1.0"
version = "2.1.2"
authors = [{ name = "Berkane Tarek", email = "tarekg320@gmail.com" }]
description = "This Plugin is to integrate ePayment gateway with Chargily V2 easily."
readme = "README.md"
Expand Down

0 comments on commit 0c0a365

Please sign in to comment.