Skip to content

Commit

Permalink
updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nf1s committed May 30, 2021
1 parent ce9aa75 commit f8ee622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions covid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
from covid import config
from covid.john_hopkins import Covid as JohnHopkinsCovid
from covid.worldometers import Covid as WorldometersCovid
from covid import config

__author__ = "Ahmed Nafies Okasha Mohamed <ahmed.nafies@gmail.com>"
__copyright__ = "Copyright 2020, Ahmed Nafies Okasha Mohamed"
__license__ = "MIT"
__version__ = "2.4.1"
__version__ = "2.4.2"


def Covid(source=config.JOHN_HOPKINS):
Expand Down

0 comments on commit f8ee622

Please sign in to comment.