We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfa7e9 commit 30d2bf5Copy full SHA for 30d2bf5
aws_lambda/__init__.py
@@ -2,7 +2,7 @@
2
# flake8: noqa
3
__author__ = 'Nick Ficano'
4
__email__ = 'nficano@gmail.com'
5
-__version__ = '0.1.0'
+__version__ = '0.1.1'
6
7
from .aws_lambda import deploy, invoke, init
8
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.0
+current_version = 0.1.1
commit = True
tag = True
@@ -12,3 +12,4 @@ universal = 1
12
13
[flake8]
14
exclude = docs
15
+
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name='python-lambda',
24
- version='0.1.0',
+ version='0.1.1',
25
description="The bare minimum for a Python app running on Amazon Lambda.",
26
long_description=readme + '\n\n' + history,
27
author="Nick Ficano",
0 commit comments