Skip to content

Commit

Permalink
Merge pull request #28 from HDE/master
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
yxd-hde authored Dec 14, 2017
2 parents 4f0a3e2 + 5ee7f04 commit 6b014b7
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 6b014b7

Please sign in to comment.