Skip to content

Commit

Permalink
bump: version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Aug 19, 2020
1 parent 89f83ae commit b5e3f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_rfc7807/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""""""

__title__ = 'fastapi_rfc7807'
__version__ = '0.1.0'
__version__ = '0.1.1'
__description__ = 'FastAPI middleware for RFC-7807 compliant error responses'
__author__ = 'Erick Daniszewski'
__author_email__ = 'erick@vapor.io'
Expand Down

0 comments on commit b5e3f42

Please sign in to comment.