8000
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 a692370 commit b905c89Copy full SHA for b905c89
aws_lambda/__init__.py
@@ -1,7 +1,7 @@
1
# flake8: noqa
2
__author__ = "Nick Ficano"
3
__email__ = "nficano@gmail.com"
4
-__version__ = "10.0.0"
+__version__ = "10.0.1"
5
6
from .aws_lambda import (
7
deploy,
setup.cfg
[bumpversion]
commit = True
tag = True
-current_version = 10.0.0
+current_version = 10.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}
setup.py
@@ -59,7 +59,7 @@ def run(self):
59
60
setup(
61
name="python-lambda",
62
- version="10.0.0",
+ version="10.0.1",
63
author="Nick Ficano",
64
author_email="nficano@gmail.com",
65
packages=find_packages(),
0 commit comments