diff --git a/README.md b/README.md index 3ac0674..844c627 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 3650edd..5be4199 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/setup.cfg b/setup.cfg index 63676e2..57a10f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index fda9312..fd97580 100644 --- a/setup.py +++ b/setup.py @@ -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',