We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d11cd6 commit 5dae6a9Copy full SHA for 5dae6a9
app/__init__.py
@@ -4,4 +4,4 @@
4
API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak.
5
"""
6
# See PEP396.
7
-__version__ = "2.0.1"
+__version__ = "2.0.3"
app/main.py
@@ -25,7 +25,7 @@
25
"API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak."
26
" Project page: https://github.com/ExpDev07/coronavirus-tracker-api."
27
),
28
- version="2.0.2",
+ version="2.0.3",
29
docs_url="/",
30
redoc_url="/docs",
31
on_startup=[setup_client_session],
0 commit comments