Skip to content

Commit 7e4cf03

Browse files
authored
Merge pull request #17 from nf1s/fix-docs
fix docs
2 parents c5520d8 + 21eda76 commit 7e4cf03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastapi_camelcase/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""FastAPI CamelCase Parser Module
33
4-
Module adds aliases to pydantic models
4+
Module adds aliases to pydantic models
55
Module will decode the body and decamilize (camelCase => snake_case) its keys
66
then encode it back again.
77
@@ -16,7 +16,7 @@
1616
__author__ = "Ahmed Nafies <ahmed.nafies@gmail.com>"
1717
__copyright__ = "Copyright 2020, Ahmed Nafies"
1818
__license__ = "MIT"
19-
__version__ = "1.0.4"
19+
__version__ = "1.0.5"
2020

2121

2222
class CamelModel(BaseModel):

0 commit comments

Comments
 (0)