Skip to content

Commit 0bba8f8

Browse files
committed
Bump version.
1 parent 390cba8 commit 0bba8f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ Version 0.1.2
1212
-------------
1313

1414
- Add more commandline options.
15+
16+
Version 0.1.3
17+
-------------
18+
19+
- Exit with non-zero code when execution of function fails.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def run_tests(self):
2626
sys.exit(pytest.main(self.test_args))
2727

2828

29-
version = "0.1.2"
29+
version = "0.1.3"
3030

3131
setup(name="python-lambda-local",
3232
version=version,

0 commit comments

Comments
 (0)