Skip to content

Commit

Permalink
Bump version: 3.0.0 → 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Jan 4, 2018
1 parent c494c99 commit 7c0ed32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.0'
__version__ = '3.0.1'

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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 3.0.0
current_version = 3.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

0 comments on commit 7c0ed32

Please sign in to comment.