Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenvdv committed Oct 17, 2018
1 parent 3fef8a5 commit 2ab4afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from flask import Request


__version__ = '0.1.0'
__version__ = '0.1.1'


def make_environ(event):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='flask-lambda-support',
version='0.1.0',
version='0.1.1',
description='Python 3.6+ module to make Flask compatible with AWS Lambda',
long_description=long_description,
keywords='flask aws amazon lambda',
Expand Down

0 comments on commit 2ab4afb

Please sign in to comment.