We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f0a3e2 + 5ee7f04 commit 6b014b7Copy full SHA for 6b014b7
setup.py
@@ -22,7 +22,7 @@ def run_tests(self):
22
sys.exit(pytest.main(self.test_args))
23
24
25
-version = "0.1.4"
+version = "0.1.5"
26
27
setup(name="python-lambda-local",
28
version=version,
@@ -48,5 +48,5 @@ def run_tests(self):
48
cmdclass={'test': PyTest},
49
install_requires=['boto3'],
50
entry_points={
51
- 'console_scripts': ['python-lambda-local=lambda_local:main']
+ 'console_scripts': ['python-lambda-local=lambda_local:main']
52
})
0 commit comments