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 1e63b82 commit 8c9d476Copy full SHA for 8c9d476
setup.py
@@ -22,7 +22,7 @@ def read_requirements(req="base.txt"):
22
23
def read_version():
24
content = read(os.path.join(os.path.dirname(__file__), "aws_lambda_builders", "__init__.py"))
25
- return re.search(r"__version__ = \"([^']+)\"", content).group(1)
+ return re.search(r"__version__ = \"([^'\"]+)", content).group(1)
26
27
28
cmd_name = "lambda-builders"
0 commit comments