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 8c6341e commit 627ed06Copy full SHA for 627ed06
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.1
+current_version = 0.1.2
3
commit = True
4
tag = True
5
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lef"
-version = "0.1.1"
+version = "0.1.2"
description = "Framework for creating AWS Lambda Extensions"
authors = ["Joe Snell <joepsnell@gmail.com>"]
6
license = "MIT"
0 commit comments