Skip to content

Commit

Permalink
A patch Update to ensure Readme error fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Ali committed Aug 30, 2024
1 parent 16b7c4e commit d6650bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

## Installation

This package is currently in beta. You can install it using pip:
You can install it using pip:

```bash
pip install TestMailHelper==0.3.1
pip install TestMailHelper
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='TestMailHelper',
version='0.3.1',
version='0.3.2',
packages=find_packages(include=['testmailhelper', 'testmailhelper.*']),
install_requires=[
'requests',
Expand Down

0 comments on commit d6650bd

Please sign in to comment.