Skip to content

Commit

Permalink
added retry docs
Browse files Browse the repository at this point in the history
  • Loading branch information
talaatmagdyx committed Jun 4, 2024
1 parent 3506d37 commit eeace9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pip install retry_plus

## Usage

For detailed usage and examples, refer to the [Conditions Documentation](https://github.com/talaatmagdyx/retry-plus/blob/main/CONDITIONS.md).
For detailed usage and examples, refer to the [Conditions Documentation](https://github.com/talaatmagdyx/retry_plus/blob/main/CONDITIONS.md).

### Synchronous Function

Expand Down Expand Up @@ -192,7 +192,7 @@ We welcome contributions to improve the retry package. Here are some ways you ca
1. **Fork the repository**: Click the "Fork" button on the GitHub repository page.
2. **Clone your fork**: Clone your fork to your local machine.
```bash
git clone https://github.com/talaatmagdyx/retry-plus.git
git clone https://github.com/talaatmagdyx/retry_plus.git
```
3. **Create a branch**: Create a new branch for your changes.
```bash
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 = "retry_plus"
version = "1.0.1"
version = "1.0.3"
description = "A generic retry package for Python"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = retry_plus
version = 1.0.1
version = 1.0.3
description = A generic retry package for Python
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='retry_plus',
version='1.0.1',
version='1.0.3',
description='A generic retry package for Python',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit eeace9a

Please sign in to comment.