From 80a87bfc96271c9ade9e7afba5f5dbd23a10a237 Mon Sep 17 00:00:00 2001 From: ahmednafies Date: Mon, 20 Apr 2020 12:40:34 +0200 Subject: [PATCH] minor fix: docs --- README.md | 2 +- covid/__init__.py | 2 +- docs/index.md | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96b5f25..8d53d56 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Description -Python SDK to get information regarding the novel corona virus provided +Python package to get information regarding the novel corona virus provided by Johns Hopkins university and worldometers.info Full Documentation can be found [here](https://ahmednafies.github.io/covid/) diff --git a/covid/__init__.py b/covid/__init__.py index f7b4120..6428668 100644 --- a/covid/__init__.py +++ b/covid/__init__.py @@ -6,7 +6,7 @@ __author__ = "Ahmed Nafies Okasha Mohamed " __copyright__ = "Copyright 2020, Ahmed Nafies Okasha Mohamed" __license__ = "MIT" -__version__ = "2.2.1" +__version__ = "2.2.2" def Covid(source=config.JOHN_HOPKINS): diff --git a/docs/index.md b/docs/index.md index 8a770fb..9c5f25d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ [![CircleCI](https://circleci.com/gh/ahmednafies/covid.svg?style=shield)](https://circleci.com/gh/ahmednafies/covid) ![CircleCI](https://img.shields.io/circleci/build/github/ahmednafies/covid/master) [![codecov](https://codecov.io/gh/ahmednafies/covid/branch/master/graph/badge.svg)](https://codecov.io/gh/ahmednafies/covid) ![GitHub Pipenv locked Python version](https://img.shields.io/github/pipenv/locked/python-version/ahmednafies/covid) ![GitHub top language](https://img.shields.io/github/languages/top/ahmednafies/covid) ![PyPI](https://img.shields.io/pypi/v/covid) [![Downloads](https://pepy.tech/badge/covid)](https://pepy.tech/project/covid) ![license](https://img.shields.io/badge/license-MIT-green) ![GitHub pull requests](https://img.shields.io/github/issues-pr/ahmednafies/covid) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/ahmednafies/covid) ![GitHub issues](https://img.shields.io/github/issues/ahmednafies/covid) ![GitHub closed issues](https://img.shields.io/github/issues-closed/ahmednafies/covid) -Python SDK to get information regarding the novel corona virus provided +Python package to get information regarding the novel corona virus provided by Johns Hopkins university and worldometers.info ![corona.jpeg](img/corona.jpeg) diff --git a/setup.py b/setup.py index 380f5ac..234cf5b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="covid", version=version, - description="Python SDK to get information regarding the novel corona virus provided by Johns Hopkins university and worldometers.info", + description="Python package to get information regarding the novel corona virus provided by Johns Hopkins university and worldometers.info", long_description=long_description, long_description_content_type="text/markdown", url="https://ahmednafies.github.io/covid/",