Skip to content

Commit

Permalink
Bump version: 3.1.1 → 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
selliott committed Feb 20, 2018
1 parent 7b4df46 commit d7ab6e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws_lambda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# flake8: noqa
__author__ = 'Nick Ficano'
__email__ = 'nficano@gmail.com'
__version__ = '3.1.1'
__version__ = '3.1.2'

from .aws_lambda import deploy, deploy_s3, invoke, init, build, upload, cleanup_old_versions

Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
commit = True
tag = True
current_version = 3.1.1
current_version = 3.1.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}

[bumpversion:file:setup.py]
Expand All @@ -15,3 +15,4 @@ universal = 1

[flake8]
exclude = docs

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='python-lambda',
version='3.1.1',
version='3.1.2',
description='The bare minimum for a Python app running on Amazon Lambda.',
long_description=readme,
author='Nick Ficano',
Expand Down

0 comments on commit d7ab6e9

Please sign in to comment.