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.
1 parent edf8399 commit d5c6d44Copy full SHA for d5c6d44
CHANGELOG.txt
@@ -1,4 +1,9 @@
1
Version 0.1
2
-----------
3
4
- - Initial version.
+ - Initial version.
5
+
6
+Version 0.1.1
7
+-------------
8
9
+ - Update README format.
setup.py
@@ -26,7 +26,7 @@ def run_tests(self):
26
sys.exit(pytest.main(self.test_args))
27
28
29
-version = "0.1"
+version = "0.1.1"
30
31
setup(name="python-lambda-local",
32
version=version,
0 commit comments