Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
yxd-hde committed Dec 14, 2017
1 parent 2519478 commit 5ee7f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run_tests(self):
sys.exit(pytest.main(self.test_args))


version = "0.1.4"
version = "0.1.5"

setup(name="python-lambda-local",
version=version,
Expand All @@ -48,5 +48,5 @@ def run_tests(self):
cmdclass={'test': PyTest},
install_requires=['boto3'],
entry_points={
'console_scripts': ['python-lambda-local=lambda_local:main']
'console_scripts': ['python-lambda-local=lambda_local:main']
})

0 comments on commit 5ee7f04

Please sign in to comment.