Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Euiseo Cha authored Mar 31, 2021
1 parent 244e01d commit 451bfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covid_vaccine_stat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__author__ = "Euiseo Cha"
__copyright__ = "Copyright (C) 2021 Euiseo Cha <zeroday0619@kakao.com>"
__license__ = "MIT License"
__version__ = "0.0.1"
__version__ = "0.0.2"

from covid_vaccine_stat.async_request import AsyncRequest as _AsyncRequest
from covid_vaccine_stat.sync_request import SyncRequest as _SyncRequest
Expand Down

0 comments on commit 451bfce

Please sign in to comment.