bump python version in example for completeness

pull/11683/head
H. Shay 2022-01-04 08:59:16 -08:00
parent 0b34cde7db
commit 268b817f45
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ It returns a JSON body like the following:
```json
{
"server_version": "0.99.2rc1 (b=develop, abcdef123)",
"python_version": "3.6.8"
"python_version": "3.7.8"
}
```