Skip to content

Commit d9e97dd

Browse files
committed
bump to version 1.0.1
1 parent 279196a commit d9e97dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class BasicAPISettings(BaseModel):
1515
title = 'Kennel Runs API'
1616
openapi_url = "/openapi.json"
1717
root_path = "/api/v1"
18-
version = '1.0'
18+
version = '1.0.1'
1919
debug = False
2020

2121
# EOF

0 commit comments

Comments
 (0)